[WIP] Add FlatCache lib and use for Notifications (#632)

* init FlatCache lib

* tests for all other cases

* install flatcache to freeitme project, move VM creation into client

* refactor and split up inbox design

* fixup flatcache pod
This commit is contained in:
Ryan Nystrom
2017-10-22 00:08:42 -04:00
committed by GitHub
parent c932be148e
commit 5bae4ba89d
59 changed files with 4699 additions and 3735 deletions

View File

@@ -54,6 +54,11 @@ ListAdapterDataSource {
rz_smoothlyDeselectRows(collectionView: feed.collectionView)
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
feed.viewDidAppear(animated)
}
override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
feed.viewWillLayoutSubviews(view: view)