码迷,mamicode.com
首页 >  
搜索关键字:rootviewcontroller    ( 392个结果
iOS 开发之头部滚动展示视图
效果://// RootViewController.m// 头部滚动展示视图//// Created by 寒竹子 on 15/4/1.// Copyright (c) 2015年 摩天居士. All rights reserved.// 头部滚动广告视图#define SCREEN_SIZE [...
分类:移动开发   时间:2015-04-01 19:47:51    阅读次数:157
LessonTableViewEdit
#######通讯录//// RootViewController.m// LessonUITableViewEdit//// Created by lanouhn on 15/3/31.// Copyright (c) 2015年 小代码. All rights reserved.//#impor...
分类:其他好文   时间:2015-04-01 00:14:03    阅读次数:176
LessonUITableView
//// RootViewController.m// LessonUITableViewBase//// Created by lanouhn on 15/3/30.// Copyright (c) 2015年 小代码. All rights reserved.//#import "RootVie...
分类:其他好文   时间:2015-03-30 23:00:18    阅读次数:237
通讯录(练习)
#import @interface RootViewController : UIViewController @end#import "RootViewController.h"#import "SecondViewController.h"@interface RootViewControll...
分类:其他好文   时间:2015-03-30 22:27:08    阅读次数:134
iOS7以上自定义一个navigationController,并沿用系统的侧滑返回效果
首先需要子类化一个navigationController的子类,在init方法中对定制nav的一些基本需求进行设置 1 - (instancetype)initWithRootViewController:(UIViewController *)rootViewController 2 { 3 ....
分类:移动开发   时间:2015-03-12 13:04:31    阅读次数:5983
iOS UITableView一些基础知识
打开UIViewController.h // //  RootViewController.h //  Lesson09TableView // //  Created by Dubai on 14-9-26. //  Copyright (c) 2014年 Dubai All rights reserved. // #im...
分类:移动开发   时间:2015-03-05 10:55:53    阅读次数:275
iOS系统方法扫描二维码
#import "RootViewController.h"#importAVFoundation/AVFoundation.h//两边尖括号显示不出来@interface RootViewController ()AVCaptureMetadataOutputObjectsDelegate//协议...
分类:移动开发   时间:2015-02-26 21:28:14    阅读次数:162
viewController
Xcode6,引入viewController代码:1.在Appdelegate先引入ViewController头文件2.ViewControllervc=(ViewControlleralloc)init;Self.window.rootViewController=vc;然后vc就代表View...
分类:其他好文   时间:2015-02-26 20:08:48    阅读次数:127
ios学习随笔四
Page-Base Application :作为一个电子书的应用模板1关于数据源,首先查看到RootViewController的ViewDidLoad方法的一个datasource来源——ModelController2ModelController方法的初始方法提供了数据的来源和显示内容Mas...
分类:移动开发   时间:2015-02-19 16:17:47    阅读次数:138
Swift语言实现代理传值
需求:利用代理实现反响传值(下面样例採用点击第二个视图控制器中的button来改变第一个视图控制器中的Label的内容)一、创建RootViewControllerimport Foundationimport UIKitclass RootViewController:UIViewControll...
分类:编程语言   时间:2015-02-14 09:51:27    阅读次数:174
392条   上一页 1 ... 23 24 25 26 27 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!