n-b / UIView-NibLoading

UIView category and subclass for loading content subviews from nib files.
http://bou.io/UIView-NibLoading.html
MIT License
67 stars 14 forks source link

containerView Search #3

Closed reydanro closed 10 years ago

reydanro commented 10 years ago

I added a search for the first encountered UIView at the root level of the nib, and consider that the containerView (if it exists).

It is not uncommon to have other objects in the first position at root level. One example (which was my case) is with gesture recognizers created in Interface Builder. They are placed at the root, before my container UIView.

n-b commented 10 years ago

Nice, thank you.