Bug Fix: Directory should be accessible from search even if the search field is empty

https://github.com/vector-im/vector-ios/issues/104
This commit is contained in:
giomfo
2016-05-30 13:42:45 +02:00
parent 982aa45362
commit d7f9011a0b
5 changed files with 82 additions and 36 deletions
+10
View File
@@ -45,6 +45,16 @@
*/
@property (nonatomic, readonly) PublicRoomsDirectoryDataSource *publicRoomsDirectoryDataSource;
/**
Hide the public rooms directory cell. YES by default.
*/
@property (nonatomic) BOOL hidepublicRoomsDirectory;
/**
Hide recents. NO by default.
*/
@property (nonatomic) BOOL hideRecents;
/**
Return the header height from the section.
*/