error: Couldn't materialize: couldn't get the value of variable xxx: no location, value...
error: Couldn't materialize: couldn't get the value of variable xxx: no location, value...
问题描述: 因使用 brew 安装工具导致 ruby 环境错乱, 执行 pod install 时报错提示找不到 gem 可执行文件 解决办法: 重新安装 ruby 环境(默...
本章提纲:1、RunLoop基础知识2、RunLoop的数据结构3、RunLoop的相关源码分析4、RunLoop的实际应用 1.RunLoop基础知识 1.1RunLoop...
阅读原文[https://github.com/ShannonChenCHN/UINavigationBar-IXTouch] 背景 在 iOS 11 下,UINavigat...
前言 18 年 7 月美团开源了 EasyReact,告知 iOS 工程师们响应式编程和函数式编程并非不可分离,似乎一出来就想将 ReactiveCocoa 踢出神坛。该框架...
前言 iOS崩溃是让iOS开发人员比较头痛的事情,app崩溃了,说明代码写的有问题,这时如何快速定位到崩溃的地方很重要。调试阶段是比较容易找到出问题的地方的,但是已经上线的a...
你要知道的KVC、KVO、Delegate、Notification都在这里 转载请注明出处 http://www.jianshu.com/p/d3bfa1e9fa0a 本系...
你要知道的@property都在这里 转载请注明出处 http://www.jianshu.com/p/646ae400fe7b 本文大纲 Apple Adopting Mo...