->Display the recents sorted by tags (favorites, converstations, lower priority)

-> the tag event is listened but seems bugged.
This commit is contained in:
yannick
2015-12-02 17:18:55 +01:00
parent fb99a80d46
commit 66f523a243
4 changed files with 263 additions and 0 deletions
@@ -21,4 +21,9 @@
*/
@interface RecentsDataSource : MXKInterleavedRecentsDataSource
/**
Return the header height from the section.
*/
- (CGFloat)heightForHeaderInSection:(NSInteger)section;
@end