// 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
// 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
首先设置UITabBarController的代理为appdelegate如下:myTabBar.delegate = self; 然后在interface后面写上代理<UITabBarControllerDelegate> 实现代理里面的- (BOOL)tabBarController:(UITabBarController *)ta...
分类:
移动开发 时间:
2015-07-14 15:51:09
阅读次数:
189
//// 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
直接上代码://
// 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开发-动画基础(CALayer、anchorPoint)、pdf绘制、图形上下文(几种图形上下文)、导航控制器(再appDelegate中设置navigationController的视图,并将navigationController作为根视图,由此,navigationController类...
分类:
移动开发 时间:
2015-07-14 06:05:49
阅读次数:
231
//// 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
//// 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
//// 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