摘要: #import "ViewController.h"@interface ViewController ()@property (strong, nonatomic) IBOutlet UIImageView *imageview;- (IBAction)imageTransform:(UIButt... 阅读全文
posted @ 2015-08-24 19:06 大胖子2015 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1、常用属性self.view;self.navigationController;//自动赋值self.navigationItem;//手动赋值self.tabBarController;//自动赋值self.tabBarItem;//手动赋值 1,可视化属性 UIView * v1; UI... 阅读全文
posted @ 2015-08-24 19:03 大胖子2015 阅读(95) 评论(0) 推荐(0) 编辑