码迷,mamicode.com
首页 >  
搜索关键字:viewcontroller    ( 2658个结果
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key va ...
分类:移动开发   时间:2017-02-15 18:52:09    阅读次数:185
Terminating app due to uncaught exception 'NSUnknownKeyException' this class is not key value coding-compliant for the key
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key value ...
分类:移动开发   时间:2017-02-15 18:27:06    阅读次数:169
距离传感器
// 近距离传感器的实现封装在UIKit中 // 需要使用真机测试 import UIKit enum YSSession:Int { case audio = 1 // 音频 case video = 2 // 视频 } class ViewController: UIViewController... ...
分类:其他好文   时间:2017-02-12 19:06:47    阅读次数:171
IOS让返回按钮显示自定义标题而不是上个ViewController的title
在开发IOS的时候发现当从一个ViewController跳转到另一个ViewController时,被跳转到的那个ViewController的返回按钮总是显示的是上个ViewController的title。如果上个ViewController的title内容比较多的话会显得界面比较乱,所以我想 ...
分类:移动开发   时间:2017-02-12 13:38:13    阅读次数:176
使用CoreText动态下载更换字体
#import "ViewController.h" #import <CoreText/CoreText.h> @interface ViewController ()<UITableViewDataSource,UITableViewDelegate> @property (weak, nona ...
分类:其他好文   时间:2017-02-10 13:20:45    阅读次数:509
出现 warning "Unknown class _??????????View in Interface Builder file."的原因
我的代码在编译的时候出现如下警告信息: Unknown class _TtC12Assignment018TestView in Interface Builder file. 这是由于用Storyboard设计的情况下,没有为有的View建立相对应的ViewController,而是用的默认的co ...
分类:其他好文   时间:2017-02-07 16:23:55    阅读次数:377
Swift - 警告提示框(UIAlertController)的用法
import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() } override func touchesBegan(touches: Set, wit... ...
分类:编程语言   时间:2017-02-07 10:54:17    阅读次数:216
Unbalanced calls to begin/end appearance transitions for XXX
出现此crash,基本是因为子视图控制器的切换,也就是这句代码: transitionFromViewController: toViewController: 且基本是因为fromViewController与toViewController是同一个ViewController,造成Unbalan ...
分类:移动开发   时间:2017-02-06 11:05:10    阅读次数:493
iOS核心笔记——核心动画-CATransition
1、CATransition介绍: 2、简单使用: 2-1、在storyboard中搭建界面: 2-2、实现转场动画: 1.#import "ViewController.h"2.3.@interface ViewController ()4.@property (weak, nonatomic) ...
分类:移动开发   时间:2017-02-05 15:37:15    阅读次数:182
iOS--app自定义相册--从自定义的相册中获取图片
一.获取单张图片 思路: 1.利用UIImagePickerController可以从系统自带的App(照片\相机)中获得图片 2.设置代理,遵守代理协议 注意这个UIImagePickerController类比较特殊,需要遵守两个代理协议 @interface ViewController () ...
分类:移动开发   时间:2017-01-23 15:06:35    阅读次数:250
2658条   上一页 1 ... 25 26 27 28 29 ... 266 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!