-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I cannot seem to make this control work out of the box with Storyboards.
Copying the example verbatim, if I use:
[self.navigationController pushViewController:[[PERootViewController alloc] init] animated:YES];
... it works just fine. But using Segues, I just get a blank screen.
In the storyboard I have assigned PERootViewController to one of the View Controllers. It seems the code can work only with the base 'init'?
I implemented the following:
- (id)initWithCoder:(NSCoder *)decoder
{
self = [super init];
return self;
}
This works well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels