摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; UIView *subView1 = ... 阅读全文
posted @ 2015-09-16 23:33 阿凡提王 阅读(269) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// SuperViewSonView//// Created by hehe on 15/9/16.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewControlle... 阅读全文
posted @ 2015-09-16 23:30 阿凡提王 阅读(489) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; [self creatPic]; }-... 阅读全文
posted @ 2015-09-16 23:24 阿凡提王 阅读(208) 评论(0) 推荐(0) 编辑
摘要: //1.添加一个.gif类型的动态的图片,用到URLForResource方法,gif是图片的格式,FlagZombie是图片的名字@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; NSURL *url... 阅读全文
posted @ 2015-09-16 23:03 阿凡提王 阅读(122) 评论(0) 推荐(0) 编辑