Room Settings: Have proper room settings

- bug fix: history visibility cells are not selectable
- prompt user before changing history visibility

https://github.com/vector-im/vector-ios/issues/337
This commit is contained in:
giomfo
2016-06-30 17:02:53 +02:00
parent 376b207ba7
commit e84f1ef42b
3 changed files with 112 additions and 107 deletions
@@ -28,6 +28,8 @@
{
_tick.image = [UIImage imageNamed:@"selection_untick"];
}
_enabled = enabled;
}
@end