new login style
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
if (section == 0){
|
||||
return 1;
|
||||
}
|
||||
return 3;
|
||||
return 2;
|
||||
}
|
||||
|
||||
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
|
||||
@@ -117,15 +117,11 @@
|
||||
[self.navigationController pushViewController:userVC animated:YES];
|
||||
|
||||
}else{
|
||||
|
||||
if (indexPath.section == 1 && indexPath.row == 0 ){
|
||||
GiGaUserViewController *userVC= [[GiGaUserViewController alloc] init];
|
||||
[self.navigationController pushViewController:userVC animated:YES];
|
||||
|
||||
}else if (indexPath.section == 1 && indexPath.row == 1){
|
||||
|
||||
GIGaChangePassVC *changePass = [[GIGaChangePassVC alloc] init];
|
||||
[self.navigationController pushViewController:changePass animated:YES];
|
||||
|
||||
}else{
|
||||
|
||||
GiGaChangePhoneNumberVC *changePass = [[GiGaChangePhoneNumberVC alloc] init];
|
||||
@@ -133,6 +129,7 @@
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
|
||||
|
||||
Reference in New Issue
Block a user