mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
https://github.com/vector-im/vector-ios/issues/178: Make room members UI more intuitive
In the UI for adding people, add a + icon
This commit is contained in:
@@ -650,7 +650,15 @@
|
||||
|
||||
[self customizeContactCell:participantCell atIndexPath:indexPath];
|
||||
[participantCell render:contact];
|
||||
|
||||
|
||||
// The search displays contacts to invite. Add a plus icon to the cell
|
||||
// in order to make it more understandable for the end user
|
||||
if (indexPath.section == searchResultSection)
|
||||
{
|
||||
[participantCell.customAccessoryView addSubview:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"plus_icon"]]];
|
||||
participantCell.showCustomAccessoryView = YES;
|
||||
}
|
||||
|
||||
cell = participantCell;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user