UX rework - Favourites screen: Support drag&drop to order them.

https://github.com/vector-im/riot-meta/issues/56
This commit is contained in:
Giom Foret 2017-05-11 14:37:25 +02:00
parent 7b019a1999
commit ff578364d2

View file

@ -27,6 +27,8 @@
[super finalizeInit];
self.screenName = @"Favourites";
self.enableDragging = YES;
}
- (void)viewDidLoad