File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
AFNetworkingExample/Classes/Controllers Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ - (void)viewDidLoad {
109
109
110
110
[self .navigationController.navigationBar setTintColor: [UIColor darkGrayColor ]];
111
111
112
+ self.tableView .rowHeight = 70 .0f ;
113
+
112
114
[self .locationManager startUpdatingLocation ];
113
115
}
114
116
@@ -145,10 +147,6 @@ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger
145
147
return [self .nearbySpots count ];
146
148
}
147
149
148
- - (CGFloat)tableView : (UITableView *)tableView heightForRowAtIndexPath : (NSIndexPath *)indexPath {
149
- return 70 .0f ;
150
- }
151
-
152
150
- (UITableViewCell *)tableView : (UITableView *)tableView cellForRowAtIndexPath : (NSIndexPath *)indexPath {
153
151
static NSString *CellIdentifier = @" Cell" ;
154
152
You can’t perform that action at this time.
0 commit comments