CGRect cellFrame = (self.TableView.style == UITableViewStylePlain)? CGRectMake(0, 0, 320, 58) : CGRectMake(0, 0, 300, 58);
UITableViewCell *cell = [[UITableViewCell alloc] initWithFrame: cellFrame reuseIdentifier: cellIdentifier];
CGRect cellFrame = (self.TableView.style == UITableViewStylePlain)? CGRectMake(0, 0, 320, 58) : CGRectMake(0, 0, 300, 58);
UITableViewCell *cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier: cellIdentifier];
cell.frame = cellFrame;
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。