上一页 1 ··· 7 8 9 10 11
摘要: HMQuestion.h#import @interface HMQuestion : NSObject@property (nonatomic, copy) NSString *answer;@property (nonatomic, copy) NSString *icon;@property ... 阅读全文
posted @ 2015-07-27 14:53 iso 阅读(190) 评论(0) 推荐(0) 编辑
摘要: @interface HMViewController ()@property (nonatomic, strong) UIButton *cover; //阴影@end@implementation HMViewController//懒加载,阴影- (UIButton *)cover{ ... 阅读全文
posted @ 2015-07-27 14:46 iso 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 第三天******** 九宫格代码的现实@interface HMViewController ()/** 应用程序列表 */@property (nonatomic, strong) NSArray *appList;@end@implementation HMViewController- (N... 阅读全文
posted @ 2015-07-23 11:43 iso 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 第二天*******图片的放大,和缩小 (去掉自动的布局)-(IBAction ) zoomFrame:(UIbutton *) button{ CGRect frame= self.iconButton.frame; // CGRect frame= self.iconButton.bound... 阅读全文
posted @ 2015-07-21 18:46 iso 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 第一天(hello world)1>UIView所有的控件都继承UIView,倒位置,宽度和高度..UIButton UILable2>UIViewController .h 是声明属性和方法的(对外开放的属性和方法) .m 是做实现IBAction & IBOutletIB:Interface... 阅读全文
posted @ 2015-07-19 11:54 iso 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11