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
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
When using SQKFetchedCollectionViewController, a crash occurs when loading the UICollectionView. This is due to the UICollectionLayout being nil at the point of creation within the loadView method.
This only occurs when using storyboards because the layout has not been initialised at this point, going back to commit '0a514db' this problem does not occur.