码迷,mamicode.com
首页 >  
搜索关键字:storyboard    ( 1412个结果
TTTAttributedLabel xib sb lineSpacing not working
https://github.com/TTTAttributedLabel/TTTAttributedLabel/issues/733 set the same text in storyboard or xib to the label again. ...
分类:其他好文   时间:2016-12-08 23:57:34    阅读次数:394
TableView与delegate、dataResource
小梦这几天学习tableView是深有体会了 废话不多说,来一波 首先,创建一个测试项目 如图 创建好,在项目结构中另外弄一个GroupFile,创建storyBoard和CocoaTouch 在storyBoard里面放一个普通的tableView控件 给这个storyBoard做好准备工作{ 关 ...
分类:其他好文   时间:2016-12-08 23:45:50    阅读次数:241
Xcode修改storyboard大小
1: 2: ...
分类:其他好文   时间:2016-12-05 19:14:12    阅读次数:136
xib和storyboard的区别
storyboard: xib: ...
分类:其他好文   时间:2016-12-02 22:10:50    阅读次数:176
IB_DESIGNABLE 和 IBInspectable 的用法
我们经常会在用一些自定义 UIView 来完成一些特殊的UI效果,但是怎么让我自定义的 UIView 在 Storyboard 中预览和修改一些自定义参数呢。这就需要用到两个吊吊的东西。 IB_DESIGNABLE 让你的自定 UIView 可以在 IB 中预览。 IBInspectable 让你的 ...
分类:其他好文   时间:2016-12-02 19:10:53    阅读次数:294
iOS- storyboard this class is not key value coding-compliant for the key xxx
如图: 在使用storyboard的时候出现此问题,主要是因为给storybroad中的view拖线的时候,有时不小心线拖错了,或者再次拖线导致代码中控件的名字与之前拖线时定义的名字不同导致的。 解决办法: 将Reference Outlets中多余的线条定义删除即可。 ...
分类:移动开发   时间:2016-11-30 22:29:12    阅读次数:199
ios几个重要方法
加载类到内存,程序刚启动的时候调用,调用在main函数之前 1.+(void)load{ } 初始化类,类第一次使用的时候调用一次 2.+(void)initialize{ } 控制器的视图架构,设置控制器的根view,重写该方法后,以该方法为主,storyboard文件将不再起作用 3.-(voi ...
分类:移动开发   时间:2016-11-23 12:23:58    阅读次数:263
iOS 为iPhone和iPad创建不同的storyboard
复制Main.storyboard,重命名为Main_iPad.storyboard 在info.plist文件中添加 Main storyboard file base name (iPad) ——> Main_iPad Main storyboard file base name (iPhone ...
分类:移动开发   时间:2016-11-22 20:34:50    阅读次数:202
[Swift] Storyboard outlet and action
To programmaictlly change the content of app, we need to contect storyboard to a view controller. To do that, we need to create new file call it 'Prod ...
分类:编程语言   时间:2016-11-20 07:21:00    阅读次数:196
CATransition转场动画
viewcontroller *VC=[self.storyboard instantiateViewControllerWithIdentifier:@"StoryboardID"]; //类方法创建一个动画 CATransition *animationOne=[CATransition ani ...
分类:其他好文   时间:2016-11-18 22:44:49    阅读次数:187
1412条   上一页 1 ... 14 15 16 17 18 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!