摘要:
创建一个tableview有多种方法我们先用最简单的方法来创建一个tableview。即直接在AppDelegate.m中写入UITableView,代码如下- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; // Override point for cust... 阅读全文
posted @ 2013-03-25 11:48
5101052
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号