效果://// RootViewController.m// 头部滚动展示视图//// Created by 寒竹子 on 15/4/1.// Copyright (c) 2015年 摩天居士. All rights reserved.// 头部滚动广告视图#define SCREEN_SIZE [...
分类:
移动开发 时间:
2015-04-01 19:47:51
阅读次数:
157
#######通讯录//// RootViewController.m// LessonUITableViewEdit//// Created by lanouhn on 15/3/31.// Copyright (c) 2015年 小代码. All rights reserved.//#impor...
分类:
其他好文 时间:
2015-04-01 00:14:03
阅读次数:
176
//// 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
首先需要子类化一个navigationController的子类,在init方法中对定制nav的一些基本需求进行设置 1 - (instancetype)initWithRootViewController:(UIViewController *)rootViewController 2 { 3 ....
分类:
移动开发 时间:
2015-03-12 13:04:31
阅读次数:
5983
打开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
#import "RootViewController.h"#importAVFoundation/AVFoundation.h//两边尖括号显示不出来@interface RootViewController ()AVCaptureMetadataOutputObjectsDelegate//协议...
分类:
移动开发 时间:
2015-02-26 21:28:14
阅读次数:
162
Xcode6,引入viewController代码:1.在Appdelegate先引入ViewController头文件2.ViewControllervc=(ViewControlleralloc)init;Self.window.rootViewController=vc;然后vc就代表View...
分类:
其他好文 时间:
2015-02-26 20:08:48
阅读次数:
127
Page-Base Application :作为一个电子书的应用模板1关于数据源,首先查看到RootViewController的ViewDidLoad方法的一个datasource来源——ModelController2ModelController方法的初始方法提供了数据的来源和显示内容Mas...
分类:
移动开发 时间:
2015-02-19 16:17:47
阅读次数:
138
需求:利用代理实现反响传值(下面样例採用点击第二个视图控制器中的button来改变第一个视图控制器中的Label的内容)一、创建RootViewControllerimport Foundationimport UIKitclass RootViewController:UIViewControll...
分类:
编程语言 时间:
2015-02-14 09:51:27
阅读次数:
174