码迷,mamicode.com
首页 >  
搜索关键字:rootviewcontroller    ( 392个结果
多媒体
#import "RootViewController.h"//此framework中带有系统预置的多媒体常量参数#import #import "ImageTool.h"//对图片进行压缩处理的工具类#import //此framework中带有视频播放器@interface RootViewCo...
分类:其他好文   时间:2015-09-07 14:23:11    阅读次数:143
彩票项目
/*删掉启动main创建根控制器为tabBar控制器window.rootViewController = rootVC; // 显示了tabBarmain.storyBoard删掉了? 可以创建5个子控制器创建tabBarCt*//* 如何添加5个子控制器 self.viecons = @[] s...
分类:其他好文   时间:2015-09-07 01:47:21    阅读次数:153
iOS UITabBarController的简单使用
一、UITabBarController 使用详解 UITabBarController是IOS中很常用的一个viewController,例如系统的闹钟程序,ipod程序等。UITabBarController通常作为整个程序的rootViewController,而且不能添加到别的cont...
分类:移动开发   时间:2015-09-06 17:49:12    阅读次数:203
iOS中UITableView--(从plist读取数据到model,实现懒加载, TableView的数据加载)
#import "RootViewController.h"#import "Htohero.h"@interface RootViewController ()@property (nonatomic, retain) NSArray *apps;@end@implementation RootV...
分类:移动开发   时间:2015-09-04 22:34:28    阅读次数:194
界面传值整的好头疼啊
页面间传值(RootViewController和subViewController)方式1: 正向传值和反向传值,在AppDelegate.h文件内定义成员变量[UIApplication sharedApplication].delegate将返回该成员变量的地址,可以进行存值和取值方式2: 正...
分类:其他好文   时间:2015-08-31 23:25:20    阅读次数:203
iOS中的屏幕的旋转(UIViewController)横屏竖屏
RootViewController//视图控制器(UIViewController):它不是视图,用来管理视图,所以屏幕上看不到,但是自身携带一个视图(根视图)#import "RootViewController.h"#import "LoginView.h"//视图控制器的延展@interfa...
分类:移动开发   时间:2015-08-27 22:57:53    阅读次数:410
iOS中的分段控件(UISegmentedControl)和滑块控件(UISlider)
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (void)viewDidLoad { [super viewDidLoad]; /...
分类:移动开发   时间:2015-08-27 22:55:01    阅读次数:228
iOS中ScrollView(滚屏,引导界面,和判段是否是第一次登陆)
#import "RootViewController.h"#import "SecondViewController.h"#define kScreenWidth [UIScreen mainScreen].bounds.size.width#define kScreenHeight [UIScr...
分类:移动开发   时间:2015-08-27 22:54:43    阅读次数:222
iOS中的四中触摸事件的详解 - 平移- 捏合 - 滑动(TouchesBegan,touchesMoved,touchesEnded,touchesCancelled)
RootViewController#import "RootViewController.h"#import "TouchView.h"#import "PanView.h"#import "PinchView.h"@interface RootViewController ()@end@impl...
分类:移动开发   时间:2015-08-27 22:51:54    阅读次数:579
IOS中的响应者链
响应者链就是当子视图不响应,父视图有响应事件,父视图响应#import "RootViewController.h"#import "ResponderView.h"@interface RootViewController ()@end@implementation RootViewControl...
分类:移动开发   时间:2015-08-27 22:45:16    阅读次数:181
392条   上一页 1 ... 16 17 18 19 20 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!