Add first implementation of Room creation screens

This commit is contained in:
giomfo
2015-08-14 09:20:03 +02:00
parent d56cd74ca5
commit f260ad9d5f
11 changed files with 906 additions and 22 deletions
@@ -200,11 +200,6 @@
[self performSegueWithIdentifier:@"showAuth" sender:self];
}
- (void)showRoomCreationForm
{
// TODO
}
- (void)showRoom:(NSString*)roomId withMatrixSession:(MXSession*)mxSession
{
[self restoreInitialDisplay];