[已解决]Swift中代码出错:Value of type [UIViewController] has no member indexOfObject
crifan 10年前 (2015-10-12) 4292浏览 0评论
[问题] 从OC转换为swift的代码: var selectedViewController:UIViewController? var viewControllers = [UIViewController]() { ...
工作相关的技术文章
crifan 10年前 (2015-10-12) 4292浏览 0评论
[问题] 从OC转换为swift的代码: var selectedViewController:UIViewController? var viewControllers = [UIViewController]() { ...
crifan 10年前 (2015-10-12) 2418浏览 0评论
[问题] swift代码: class RecordTabBarController : UIViewController { var viewControllers = [UIViewController]() { ...
crifan 10年前 (2015-10-12) 5407浏览 0评论
[背景] 想要把OC代码: NSAssert(newViewControllers.count >= 2, "MHTabBarController requires at least two view controllers&quo...
crifan 10年前 (2015-10-12) 4997浏览 0评论
[问题] mac使用期间,发现有些程序运行不流畅,有点点卡顿时, 去看 活动监视器 中 内存占用中, 有个kernel_task 占用了1G多的内存: 想要搞清楚: 这个kernel_task是个什么东西 占用了1.2G内存,是否属于正常现象? 注...
crifan 10年前 (2015-10-12) 1742浏览 0评论
1.手势 “ 使用触摸手势。 使用手势以一种更自然的方式与您的 Mac 交互。 获取关于手势的更多帮助 滚动 使用双指上下拖移以在文稿、网页等地方滚动浏览。 导航 使用双指左右轻扫 — 就像在书中翻页一...
crifan 10年前 (2015-10-12) 2865浏览 0评论
[背景] 折腾: [已解决]Swift代码出错:Cannot invoke initializer for type [UIViewController] with an argument list of type (() -> ()) 期间...
crifan 10年前 (2015-10-11) 3461浏览 0评论
[背景] 折腾: [已解决]Swift代码出错:Cannot invoke initializer for type [UIViewController] with an argument list of type (() -> ()) 期...
crifan 10年前 (2015-10-11) 6358浏览 0评论
[背景] 折腾: [已解决]Swift代码出错:Method setViewControllers with Objective-C selector setViewControllers: conflicts with setter for v...
crifan 10年前 (2015-10-11) 1647浏览 0评论
mac中的日历功能,会有及时的提醒,体验还OK: 点击对应的点,可以显示出对应的详细介绍: 转载请注明:在路上 » 【记录】mac中的日历...
crifan 10年前 (2015-10-10) 2782浏览 0评论
[背景] swift代码: func setViewControllers(newViewControllers:NSArray) { 出错: Method ‘setViewControllers’ with Object...