摘要: ******控制器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) 编辑