Post

Replies

Boosts

Views

Activity

Reply to UISplitViewController iOS 14
Yes sorry guys. I didn't receive mail for your posts. Create a xib file empty Add a splitviewcontroller inside and change the class name to the name of your own splitviewcontroller Instantiate it with a code like that : MySplitViewController *splitVC = [[MySplitViewController alloc] initWithNibName:@"UnicornSplitViewController" bundle:nil]; 4. Use it as before A second solution is even simpler: MySplitViewController *splitVC = [[MySplitViewController alloc] init]; After you can set yours master and detail view controller on it
Aug ’20