UX Rework: Add home page

- Add people section
- Order favourites according to their activities

https://github.com/vector-im/riot-meta/issues/75
This commit is contained in:
Giom Foret
2017-05-11 11:51:42 +02:00
parent 2759d56eba
commit 0fddd8be3b
7 changed files with 139 additions and 48 deletions
@@ -53,6 +53,11 @@
*/
@property (nonatomic) BOOL shouldScrollToTopOnRefresh;
/**
Tell whether the search bar at the top of the recents table is enabled. YES by default.
*/
@property (nonatomic) BOOL enableSearchBar;
/**
Tell whether the drag and drop option are enabled. NO by default.
This option is used to move a room from a section to another.