Room Creation: handle new created room as an empty room.

This commit is contained in:
giomfo
2016-03-17 11:32:18 +01:00
parent d6b689559a
commit 677a576af4
15 changed files with 82 additions and 953 deletions
@@ -23,7 +23,7 @@
/**
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
When this property is nil, the view controller is able to handle a list of participants without room reference (see inherited class 'RoomCreationStep2ViewController').
When this property is nil, the view controller is able to handle a list of participants without room reference.
*/
@interface RoomParticipantsViewController : MXKTableViewController <UISearchBarDelegate>
{