Changeset 844
- Timestamp:
- 04/04/11 09:42:38 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/KeywordViewController.m
r843 r844 183 183 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { 184 184 CGFloat rowSize = 30; // title + borders 185 CGSize constrainedSize = CGSizeMake( [UIScreen mainScreen].bounds.size.width - 60, 400);185 CGSize constrainedSize = CGSizeMake(tableView.bounds.size.width - 80, 1000); 186 186 NSDictionary *uiItem = [[uiArray objectAtIndex:indexPath.row] retain]; 187 187 NSString *primaryValue = [uiItem objectForKey:@"value"];








