We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a4b7a commit a6c9b64Copy full SHA for a6c9b64
Coding_iOS/Controllers/MeSetting/SettingPhoneViewController.m
@@ -62,6 +62,11 @@ - (void)viewDidLoad {
62
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
63
return 3;
64
}
65
+
66
+- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
67
+ return 44.0;
68
+}
69
70
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
71
NSString *identifier = (indexPath.row == 0? kCellIdentifier_Input_OnlyText_Cell_Phone:
72
indexPath.row == 1? self.phoneCodeCellIdentifier:
0 commit comments