본문 바로가기

software

Facebook tableview cell  수정위치

TTTableTextItemCell.m

///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)layoutSubviews {
  [super layoutSubviews];

  self.textLabel.frame = CGRectInset(self.contentView.bounds,
                                     kTableCellHPadding, kTableCellVPadding);
      self.textLabel.backgroundColor = [UIColor clearColor]; //
      self.backgroundColor = [UIColor clearColor]; //
}

'software' 카테고리의 다른 글

부사수의 코드 2탄  (0) 2012.12.18
내 부사수의 안타까운 코드  (0) 2012.12.18
exif read library  (0) 2009.08.04
.net 파일 감시  (0) 2009.08.03
image metadata  (0) 2009.08.03