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
All init methods call [super initWithCollectionViewLayout:...]
This is a big problem. When the view is loaded from Storyboard, "initWithCoder" is called and must call "[super initWithCoder]". The way it is done now, the view controller loses necessary information to build the layout.
The text was updated successfully, but these errors were encountered:
It should be an easy fix then, all you have to do after the super initWithCoder is to instantiate the custom layout and then call the simpleCalendarCommonInit method. Would you like to submit a PR?
All init methods call [super initWithCollectionViewLayout:...]
This is a big problem. When the view is loaded from Storyboard, "initWithCoder" is called and must call "[super initWithCoder]". The way it is done now, the view controller loses necessary information to build the layout.
The text was updated successfully, but these errors were encountered: