摘要: IOS第六天(3:scrollView 图片轮播器)#import "HMViewController.h"#define kImageCount 5@interface HMViewController () @property (nonatomic, strong) UIScrollVi... 阅读全文
posted @ 2015-08-03 14:22 iso 阅读(207) 评论(0) 推荐(0) 编辑
摘要: ****************10秒倒计时#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UILabel *counterLabel;@property ... 阅读全文
posted @ 2015-08-03 14:14 iso 阅读(265) 评论(0) 推荐(0) 编辑
摘要: ***查看大图#import "HMViewController.h"@interface HMViewController () @property (strong, nonatomic) IBOutlet UIScrollView *scrollView;@property (nonatomic... 阅读全文
posted @ 2015-08-03 14:08 iso 阅读(300) 评论(0) 推荐(0) 编辑