You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CLViewController::loadView the view is set as Nib object 0. But the default viewSize property is CLViewSizeNormal, and it's a read only property, so you can't set it after the view has been pulled out of the nib.
Am I missing something or does this functionality not exist?
The text was updated successfully, but these errors were encountered:
How do you get a wide view to load from a Nib?
In CLViewController::loadView the view is set as Nib object 0. But the default viewSize property is CLViewSizeNormal, and it's a read only property, so you can't set it after the view has been pulled out of the nib.
Am I missing something or does this functionality not exist?
The text was updated successfully, but these errors were encountered: