forum

home / developersection / forums / how do i tell if a uiview is visible and on screen?

How do I tell if a UIView is visible and on screen?

Anonymous User 3215 17-Aug-2015

If I have a UIView (or UIView subclass) that is visible, how can I tell if it's currently being shown on the screen (as opposed to, for example, being in a section of a scroll view that is currently off-screen)?

 

To maybe give you a better idea of what I mean, UITableView has a couple of methods for determining the set of currently visible cells. I'm looking for some code that can make a similar determination for any given UIView.


Updated on 17-Aug-2015

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By