
iOS
ikeys
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
按钮选中后变换按钮背景图
在- (void)viewDidLoad 中:[size=medium]UIImage *buttonImageNormal = [UIImage imageNamed:@"whiteButton.png"];UIImage *stretchableImage = [buttonImageNormal [color=red]stretchableImageWithLeftCapWidth...2012-07-11 17:06:53 · 211 阅读 · 0 评论 -
Control States description
Control StatesEvery iOS control has four possible control states and is always in one, and only one, ofthese states at any given moment: Normal: The most common state is the normal ...2012-07-11 17:12:24 · 126 阅读 · 0 评论