1、用mac系统自带的数码测色计,选RGB模式,将值添加到ColorWithRed:xxx.0/255 最后的alpha选1.0

2、TableView的背景色要用setBackgroundView的方式添加一个空的UIView就可以了,记得UIView autoRelease

3、给TableView赋值的时候,根据IndexPath.Row来依次给cell赋值。

4、TableView的图标默认30*30。是cell.imageView.image = 图片。

5、TableView的didSelectedRowAtIndexPath方法来处理单击行事件。self.navigation pushViewController 可以推送View。

 

相关文章:

  • 2021-07-06
  • 2021-09-04
  • 2021-12-04
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-03-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-08-01
  • 2021-06-08
  • 2021-05-18
相关资源
相似解决方案