Browsing Category
UIKit
2 posts
Neatly organise complex views with a UIView subclass
Creating views programatically helps us avoid some of the pitfalls of Storyboards and Interface Builder. But what is the best way to organise complex view hierarchies?
Avoid messy view controller layout code with extensions
When creating view controller views programatically, without using any .xib or .storyboard files, there can be a significant amount of code that needs to be organised.