Room Settings: Add "Addresses" section

#412

- Support tap on room id to copy it
- Align the leading constraint of the content with the separatorInset.left of the cell.

TODO
- Support long tap to copy alias, copy links or remove alias
This commit is contained in:
giomfo
2016-07-12 00:13:05 +02:00
parent 93601f54a6
commit d478d5a8d3
8 changed files with 119 additions and 123 deletions
@@ -23,4 +23,6 @@
@property (nonatomic, getter=isEnabled) BOOL enabled;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *checkBoxLeadingConstraint;
@end