Groups: self-management of membership of groups

- Improve group details display

vector-im/riot-meta#114
This commit is contained in:
Giom Foret
2017-12-20 12:32:40 +01:00
parent ea24afed26
commit 8de1b58ba8
8 changed files with 221 additions and 358 deletions
@@ -14,8 +14,6 @@
limitations under the License.
*/
//#import "SegmentedViewController.h"
#import "ContactsTableViewController.h"
@class Contact;
@@ -42,11 +40,6 @@
The current list of invited members.
*/
NSMutableArray<Contact*> *invitedParticipants;
/**
The contact used to describe the current user (nil if the user is not a participant of the group).
*/
Contact *userParticipant;
}
@property (weak, nonatomic) IBOutlet UITableView *tableView;