摘要: #import <UIKit/UIKit.h> @interface ViewController : UIViewController @property (strong,nonatomic) UILabel *titleLable; @property (strong,nonatomic) UI 阅读全文
posted @ 2016-04-06 20:36 原码 阅读(130) 评论(0) 推荐(0) 编辑
摘要: //设置左视图 不用设置frame UIImageView *imageV = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"phoneIcon@x"]]; self.infoText.leftView = imageV; self 阅读全文
posted @ 2016-04-06 20:28 原码 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://www.cnblogs.com/qianLL/p/5356717.html iOS开发UI篇—简单介绍静态单元格的使用 一、实现效果与说明 说明:观察上面的展示效果,可以发现整个界面是由一个tableview来展示的,上面的数据都是固定的,且几乎不会改变。 要完成上面的效果, 阅读全文
posted @ 2016-04-06 20:18 原码 阅读(1110) 评论(0) 推荐(0) 编辑