Tagged Questions
1
vote
2answers
2k views
Empty UIView with minimal drawRect: overhead
I have an application that has three nested views that are mechanically important, but have no visual elements:
A vanila UIView that doesn't have any content of its own, and is simply used as a host ...