上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: **************//// HMViewController.m// 08-GCD02-队列的使用(了解)//// Created by apple on 14-9-15.// Copyright (c) 2014年 heima. All rights reserved.//// ... 阅读全文
posted @ 2015-09-08 18:02 iso 阅读(190) 评论(0) 推荐(0) 编辑
摘要: ****#define HMGlobalQueue dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)#define HMMainQueue dispatch_get_main_queue()#import "HMViewCon... 阅读全文
posted @ 2015-09-08 17:59 iso 阅读(154) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation HMViewCo... 阅读全文
posted @ 2015-09-08 17:55 iso 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ****#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // D... 阅读全文
posted @ 2015-09-08 17:54 iso 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ***#import "HMViewController.h"#import @interface HMViewController ()@end@implementation HMViewControllervoid *run(void *data){ for (int i = 0; i<1... 阅读全文
posted @ 2015-09-08 17:51 iso 阅读(131) 评论(0) 推荐(0) 编辑
摘要: ******ios6 和ios7的适配ILBaseTableViewController.m- (void)viewDidLoad{ [super viewDidLoad]; // 244 243 241 // 设置tableView的背景颜色 // ios6 bac... 阅读全文
posted @ 2015-09-08 11:57 iso 阅读(163) 评论(0) 推荐(0) 编辑
摘要: *********代码的抽取ILBaseTableViewController.h#import @interface ILBaseTableViewController : UITableViewController@property (nonatomic, strong) NSMutableAr... 阅读全文
posted @ 2015-09-07 16:15 iso 阅读(161) 评论(0) 推荐(0) 编辑
摘要: ****跳转到设置界面- (IBAction)setting:(id)sender { // 创建设置口控制器 ILSettingTableViewController *settingVc = [[ILSettingTableViewController alloc] init... 阅读全文
posted @ 2015-09-07 14:43 iso 阅读(165) 评论(0) 推荐(0) 编辑
摘要: *****初始化- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // Override point for customi... 阅读全文
posted @ 2015-09-07 10:28 iso 阅读(259) 评论(1) 推荐(0) 编辑
摘要: *****HMViewController.m#import "HMViewController.h"#import "HMWheelView.h"@interface HMViewController ()@property (nonatomic, weak) HMWheelView *wheel... 阅读全文
posted @ 2015-09-06 18:06 iso 阅读(379) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页