Room Settings - Room tag: replace switches by check boxes

Improve closed issue: https://github.com/vector-im/vector-ios/issues/218
This commit is contained in:
giomfo
2016-07-05 16:31:07 +02:00
parent d21bc7c5f1
commit 9ce530f046
7 changed files with 343 additions and 227 deletions
@@ -17,8 +17,9 @@
#import <MatrixKit/MatrixKit.h>
#import "MediaPickerViewController.h"
#import "TableViewCellWithCheckBoxes.h"
@interface RoomSettingsViewController : MXKRoomSettingsViewController<UITextViewDelegate, MediaPickerViewControllerDelegate>
@interface RoomSettingsViewController : MXKRoomSettingsViewController<UITextViewDelegate, MediaPickerViewControllerDelegate, TableViewCellWithCheckBoxesDelegate>
@end