Tag:storyboard
All the articles with the tag "storyboard".

How to create a view controller from xib
•2 min readCreating a new view controller was easy. I've used to create a view controller from Storyboard, and instantiated in code. Although this way is easy, so many ...

How to deal with scroll view content size with storyboard
•2 min read`UIScrollView` is very useful when presenting content that are larger than a single screen. I've been using it to support iPhone SE users or iPhone 8 users t...