2019-02-04-generic-loading-ios
As iOS developers, we already know the basic load/instantiate an UIViewController
from Storyboard is
or UIView
from Xib
In this post, I just want to suggest a generic way:
This requires the Storyboard ID of UIViewController
in Storyboard is same as it’s name, or the Xib’s name have the same name as UIView.
Using:
Last updated