Move description texts above input fields in authenticator UI

This commit is contained in:
Andreas Linde 2013-09-11 20:36:09 +02:00
parent 11a8a14e4f
commit a9395c78f8

View File

@ -165,10 +165,12 @@
#pragma mark - Table view data source
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return 1;
return 2;
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
if (section == 0) return 0;
if(self.showsLoginViaWebButton) {
return 0;
} else {