摘要: 数组的升序和降序- (void)sortWith:(NSArray *)array{ // 排序 array = [array sortedArrayUsingComparator:^NSComparisonResult(NSNumber *num1, NSNumber *num2) {... 阅读全文
posted @ 2015-07-27 15:01 iso 阅读(905) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑