Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Comments

Switch SQKFetchedTableViewController to be a subclass of UIViewController, fix storyboard use#81

Open
blork wants to merge 16 commits intomasterfrom
collection_view_update
Open

Switch SQKFetchedTableViewController to be a subclass of UIViewController, fix storyboard use#81
blork wants to merge 16 commits intomasterfrom
collection_view_update

Conversation

@blork
Copy link
Contributor

@blork blork commented Apr 28, 2016

Previously SQKFetchedCollectionViewController subclassed UICollectionViewController. This made it less flexible as other views could not be added to the hierarchy in a Storyboard.

This also fixes the issue where SQKFetchedCollectionViewController was unusable from a Storyboard, because it could not be correctly configured before initialisation. Now it can use an existing UICollectionView which is already set up.

Some properties are now configurable from IB. These are showsSectionsWhenSearching and searchingEnabled (which is also available on SQKFetchedTableViewController).

@blork blork changed the title Switch "Fetched" view controllers to be subclasses of UIViewController, fix storyboard use Switch SQKFetchedTableViewController to be a subclass of UIViewController, fix storyboard use Apr 29, 2016
@blork
Copy link
Contributor Author

blork commented Aug 31, 2016

Fixes #66

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant