码迷,mamicode.com
首页 >  
搜索关键字:appdelegate    ( 1028个结果
UI4_UITableViewSectionIndex
// AppDelegate.m// UI4_UITableViewSectionIndex//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#...
分类:其他好文   时间:2015-07-14 19:48:45    阅读次数:73
UI2_UITableViewDelete
// AppDelegate.m// UI2_UITableViewDelete//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import...
分类:其他好文   时间:2015-07-14 19:41:27    阅读次数:71
iOS 开发之 点击tabbarItem添加是否跳转登录页面判断
首先设置UITabBarController的代理为appdelegate如下:myTabBar.delegate = self; 然后在interface后面写上代理<UITabBarControllerDelegate> 实现代理里面的- (BOOL)tabBarController:(UITabBarController *)ta...
分类:移动开发   时间:2015-07-14 15:51:09    阅读次数:189
UI1_UITableViewHomeWork
//// AppDelegate.m// UI1_UITableViewHomeWork//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
分类:其他好文   时间:2015-07-14 15:09:30    阅读次数:95
数据持久化
直接上代码:// // AppDelegate.m // //#import "AppDelegate.h" #import "Person.h" @interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc { [_window release]; [super dealloc]; }- (BOOL...
分类:其他好文   时间:2015-07-14 11:44:28    阅读次数:119
UITabBarController ---- 标签视图控制器
直接上代码:// // AppDelegate.m // //#import "AppDelegate.h" #import "RootViewController.h" #import "FirstViewController.h" #import "SecnodViewController.h" #import "ThirdViewController.h" @interface AppDel...
分类:其他好文   时间:2015-07-14 11:44:07    阅读次数:148
ios开发-2015-07-13
ios开发-动画基础(CALayer、anchorPoint)、pdf绘制、图形上下文(几种图形上下文)、导航控制器(再appDelegate中设置navigationController的视图,并将navigationController作为根视图,由此,navigationController类...
分类:移动开发   时间:2015-07-14 06:05:49    阅读次数:231
UI3_UITableView
//// AppDelegate.m// UI3_UITableView//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Ap...
分类:其他好文   时间:2015-07-13 20:22:10    阅读次数:83
UI4_UITableViewEdit
//// AppDelegate.m// UI4_UITableViewEdit//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import...
分类:其他好文   时间:2015-07-13 20:16:52    阅读次数:103
UI2_ScrollViewHomeWork
//// AppDelegate.m// UI2_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
分类:其他好文   时间:2015-07-13 20:11:58    阅读次数:85
1028条   上一页 1 ... 59 60 61 62 63 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!