会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iso
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2015年8月31日
IOS第15天(1,事件处理View的拖拽)
摘要: *******view 一些方法#import "HMView.h"@implementation HMView// 一个完整的触摸过程// touchesBegan -> touchesMoved -> touchesEnded/* NSArray 集合 有序 NSSet 无序 *//...
阅读全文
posted @ 2015-08-31 15:23 iso
阅读(248)
评论(0)
推荐(0)
2015年8月27日
IOS第14天(2, Modal控制)
摘要: ******控制器modal- (void)btnClick{ // 创建控制器对象 HMJumpViewController *jump = [[HMJumpViewController alloc] init]; // [self.view addSubview:jump...
阅读全文
posted @ 2015-08-27 16:06 iso
阅读(126)
评论(0)
推荐(0)
IOS第14天(1,UITabBarController的基本的使用)
摘要: **************HMAppDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.win...
阅读全文
posted @ 2015-08-27 16:00 iso
阅读(193)
评论(0)
推荐(0)
IOS第13天(3,私人通讯录,登陆状态数据存储,数据缓存, cell的滑动删除,进入编辑模式,单个位置刷新 )
摘要: *****联系人的界面的优化HMContactsTableViewController.m#import "HMContactsTableViewController.h"#import "HMAddViewController.h"#import "HMEditViewController.h"#...
阅读全文
posted @ 2015-08-27 15:56 iso
阅读(319)
评论(0)
推荐(0)
IOS第13天(2,私人通讯录,plist存储,偏好设置,归档)
摘要: ***************plist存储// 当点点击保存的时候调用 //保存- (IBAction)save:(id)sender { // 获取沙盒的根路径 // NSString *home = NSHomeDirectory(); // 拼接Docume...
阅读全文
posted @ 2015-08-27 15:48 iso
阅读(399)
评论(0)
推荐(0)
IOS第13天(1,私人通讯录,登陆功能,界面的跳转传值,自定义cell,编辑界面)
摘要: ******HMLoginViewController 登陆的界面#import "HMLoginViewController.h"#import "MBProgressHUD+MJ.h"#import "HMContactsTableViewController.h"@interface HMLo...
阅读全文
posted @ 2015-08-27 15:32 iso
阅读(685)
评论(0)
推荐(0)
2015年8月24日
IOS第12天(4,作业弹出键盘上加上(xib)view的处理,时间选择,代理模式使用,键盘的监听 )
摘要: *****HMViewController.m#import "HMViewController.h"#import "HMKeyboardTool.h"@interface HMViewController (){ NSArray *_fields;//存储所有的textField}@pro...
阅读全文
posted @ 2015-08-24 19:15 iso
阅读(261)
评论(0)
推荐(0)
IOS第12天(3,UIViewController的生命周期)
摘要: #import "HMViewController.h"@interface HMViewController ()@property(nonatomic,strong)NSArray *flags;@end@implementation HMViewController- (void)viewDi...
阅读全文
posted @ 2015-08-24 19:06 iso
阅读(143)
评论(0)
推荐(0)
IOS第12天(2,UINavigationController导航控制器)
摘要: ****HMAppDelegate.m@implementation HMAppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchO...
阅读全文
posted @ 2015-08-24 19:00 iso
阅读(209)
评论(0)
推荐(0)
IOS第12天(1,UIViewController控制器的创建的 三种方式,和第一个view创建)
摘要: *************HMAppDelegate.m中@implementation HMAppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary...
阅读全文
posted @ 2015-08-24 18:11 iso
阅读(483)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
公告