In non-storyboard projects i can simply select window in interface builder and change it’s class from UIWindow to MyUIWindow. How i am supposed to do it in storyboard project? Thanks in advance for any help!
In non-storyboard projects i can simply select window in interface builder and change it’s
Share
In AppDelegate you have:
@property (strong, nonatomic) UIWindow *window;So if you do rest in past but not with storyboard you should be fine from there.