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