Public rooms search: Directory page starts to work (with cells from MatrixKit)

This commit is contained in:
manuroe
2015-12-18 17:17:03 +01:00
parent 10de4757d3
commit e71a4a090d
11 changed files with 108 additions and 37 deletions
+8 -1
View File
@@ -16,6 +16,8 @@
#import <MatrixKit/MatrixKit.h>
@class PublicRoomsDirectoryDataSource;
/**
'RecentsDataSource' class inherits from 'MXKInterleavedRecentsDataSource' to define Vector recents source.
*/
@@ -44,10 +46,15 @@
@property (nonatomic, copy) NSIndexPath* droppingCellIndexPath;
/**
The movingCellBackgroundImage;
The movingCellBackgroundImage.
*/
@property (nonatomic) UIImageView* droppingCellBackGroundView;
/**
The data source used to manage search in public rooms.
*/
@property (nonatomic, readonly) PublicRoomsDirectoryDataSource *publicRoomsDirectoryDataSource;
/**
Return the header height from the section.
*/