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
@@ -44,7 +44,7 @@
CGFloat maxTextViewWidth = cellWidth - minTextViewPosX - _textViewTrailingConstraint.constant;
if (_textView.isFirstResponder)
if (_textView.isEditable && _textView.isFirstResponder)
{
// Use the full available width when the field is edited
_textViewWidthConstraint.constant = maxTextViewWidth;