图片是贴在ImageView上面的 - (void)viewDidLoad{[super viewDidLoad];// Do any additional setup after loading the view.self.view.backgroundColor = [UIColor redColor];[self createButton];[self createImage];}
在AppDelegate.m中有几个默认存在的函数 //// WJJAppDelegate.m// 课上练习//// Created by Snail on 15-7-20.// Copyright (c) 2015年 Snail. All rights reserved.//#import "WJJAppDelegate.h"@implementation WJJApp