-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
In a subclass of CLViewController, I've imitated the CLWebViewController -init methods and inserted
_viewSize = CLViewSizeWider;
into the if (self) code block. However, when pushing this view onto the stack, it's still half sized. What is it that I'm doing wrong? This view is also loaded from a nib, fwiw, so is there a special consideration for this case? I've also tried putting the _viewSize variable in -viewDidLoad to no avail.
Metadata
Metadata
Assignees
Labels
No labels