| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,11 @@ - (void)viewDidLoad { | |||
| 62 | 62 | - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{ | |
| 63 | 63 | return 3; | |
| 64 | 64 | } | |
| 65 | + | ||
| 66 | + - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ | ||
| 67 | + return 44.0; | ||
| 68 | + } | ||
| 69 | + | ||
| 65 | 70 | - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ | |
| 66 | 71 | NSString *identifier = (indexPath.row == 0? kCellIdentifier_Input_OnlyText_Cell_Phone: | |
| 67 | 72 | indexPath.row == 1? self.phoneCodeCellIdentifier: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments