Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKai Chen
452 Pointswhat is underlying
in the question, there is an underlying. What's that mean?
1 Answer
ianhan3
4,263 PointsFor reference, the question was a T/F, "You can interact with the underlying when even a modal view is presented on top?"
They mean to say "underlying view" or "underlying view controller". The answer is false. You cannot interact with the underlying view when a modal view is on top. You'll have to dismiss the modal view first to interact with the view underneath.