上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: *******view 一些方法#import "HMView.h"@implementation HMView// 一个完整的触摸过程// touchesBegan -> touchesMoved -> touchesEnded/* NSArray 集合 有序 NSSet 无序 *//... 阅读全文
posted @ 2015-08-31 15:23 iso 阅读(241) 评论(0) 推荐(0) 编辑
摘要: ******控制器modal- (void)btnClick{ // 创建控制器对象 HMJumpViewController *jump = [[HMJumpViewController alloc] init]; // [self.view addSubview:jump... 阅读全文
posted @ 2015-08-27 16:06 iso 阅读(123) 评论(0) 推荐(0) 编辑
摘要: **************HMAppDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.win... 阅读全文
posted @ 2015-08-27 16:00 iso 阅读(183) 评论(0) 推荐(0) 编辑
摘要: *****联系人的界面的优化HMContactsTableViewController.m#import "HMContactsTableViewController.h"#import "HMAddViewController.h"#import "HMEditViewController.h"#... 阅读全文
posted @ 2015-08-27 15:56 iso 阅读(293) 评论(0) 推荐(0) 编辑
摘要: ***************plist存储// 当点点击保存的时候调用 //保存- (IBAction)save:(id)sender { // 获取沙盒的根路径 // NSString *home = NSHomeDirectory(); // 拼接Docume... 阅读全文
posted @ 2015-08-27 15:48 iso 阅读(394) 评论(0) 推荐(0) 编辑
摘要: ******HMLoginViewController 登陆的界面#import "HMLoginViewController.h"#import "MBProgressHUD+MJ.h"#import "HMContactsTableViewController.h"@interface HMLo... 阅读全文
posted @ 2015-08-27 15:32 iso 阅读(672) 评论(0) 推荐(0) 编辑
摘要: *****HMViewController.m#import "HMViewController.h"#import "HMKeyboardTool.h"@interface HMViewController (){ NSArray *_fields;//存储所有的textField}@pro... 阅读全文
posted @ 2015-08-24 19:15 iso 阅读(255) 评论(0) 推荐(0) 编辑
摘要: #import "HMViewController.h"@interface HMViewController ()@property(nonatomic,strong)NSArray *flags;@end@implementation HMViewController- (void)viewDi... 阅读全文
posted @ 2015-08-24 19:06 iso 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ****HMAppDelegate.m@implementation HMAppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchO... 阅读全文
posted @ 2015-08-24 19:00 iso 阅读(206) 评论(0) 推荐(0) 编辑
摘要: *************HMAppDelegate.m中@implementation HMAppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary... 阅读全文
posted @ 2015-08-24 18:11 iso 阅读(477) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页