1.实例化Table View 并设置一个Delegate2.向TableView填充数据- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typic...
分类:
其他好文 时间:
2014-10-22 12:41:49
阅读次数:
257
效果图:图片切图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self initBackGround...
分类:
其他好文 时间:
2014-10-20 23:08:00
阅读次数:
214
效果图:切图:RootViewController.m- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self...
分类:
其他好文 时间:
2014-10-20 22:35:53
阅读次数:
244
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView ...
分类:
其他好文 时间:
2014-10-20 21:20:32
阅读次数:
253
问题: A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep ...
分类:
其他好文 时间:
2014-10-15 15:40:50
阅读次数:
262
代码效果为:启动页分为4页,最后一页有一个按钮,点击跳转到主页面。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIScrol...
分类:
其他好文 时间:
2014-10-14 14:25:58
阅读次数:
223
当两个页面跳转的时候,如果两个页面中的工具条的时候,工具条隐藏。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.tit...
分类:
其他好文 时间:
2014-10-11 13:07:25
阅读次数:
182
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UITextView *textView = [[UITextVi...
分类:
其他好文 时间:
2014-10-11 12:36:05
阅读次数:
155
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self initBackgroundView]...
分类:
其他好文 时间:
2014-10-11 12:02:35
阅读次数:
210
直接上代码啦!!!- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"判断是否是模拟机"; [self is...
分类:
其他好文 时间:
2014-10-10 17:45:34
阅读次数:
168