摘要:
//设置背景图片第一种方法: self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"04"]];第二种方法: [self.view setBackgroundColor:[UIColor co... 阅读全文
摘要:
#import "ViewController.h"#import "SecondViewController.h"@interface ViewController ()@end@implementation ViewController//-(instancetype)init//初始化//-(... 阅读全文