摘要: //设置背景图片第一种方法: self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"04"]];第二种方法: [self.view setBackgroundColor:[UIColor co... 阅读全文
posted @ 2015-04-21 20:12 #零下一度& 阅读(188) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import "SecondViewController.h"@interface ViewController ()@end@implementation ViewController//-(instancetype)init//初始化//-(... 阅读全文
posted @ 2015-04-21 19:07 #零下一度& 阅读(161) 评论(0) 推荐(0) 编辑