摘要: #import "ViewController.h"@interface ViewController (){ UIImageView *imageview2; UIScrollView *sv; UIPageControl *page;}@end@implementation ViewCon... 阅读全文
posted @ 2015-04-09 12:50 尸者禾火雨相 阅读(129) 评论(0) 推荐(0)
摘要: 1点:(swift)根据数组的个数来确定一个区有几行cell。把cell的高设置为100。数组个数为0时,cell不显示,设置的高不起作用。 第一: #import "ViewController.h" @interface ViewController () { UITableView *tabl 阅读全文
posted @ 2015-04-09 12:44 尸者禾火雨相 阅读(178) 评论(0) 推荐(0)
摘要: #import "ViewController.h"@interface ViewController (){ UITextField *tf; UIImageView *myview;}@end@implementation ViewController- (void)viewDidLoad ... 阅读全文
posted @ 2015-04-09 11:12 尸者禾火雨相 阅读(279) 评论(0) 推荐(0)