使用swift命令行抓取WWDC字幕

{% github it-boyer WWDC-Subtitles 84878dc width = 30% %} 平时没有那么大段的时间能去看这些 session 的视频,想先通过字幕能了解到 session 中的内容,所以搜罗了网上大牛抓取WWDC字幕的相关实现。 原

Swift的动态性

Foundation Foundation 框架实现了基于运行时一个特性的两个API: 键值编码 (key-value-coding, KVC) 键值观察 (key-value observing, KVO) KVC 和 KVO 允许我们将 UI 和数据进行绑定,这也是 Rx 以及其他响应式框架实现的基

Chisel-xcodeproj框架的使用

{% github it-boyer chisel f331dc6 width = 30% %} 这个pull请求添加findinstances命令,该命令完成Add findinstances, and new support framework in Chisel.xcodeproj 和Add Makefile for installing framework的工作。

使用Sphinx制作简洁而又美观的文档

{% github it-boyer width = 30% %} 使用 sphinx 制作简洁而又美观的文档 安装 1 2 3 4 5 6 7 8 9 $ easy_install sphinx Searching for sphinx Reading http://pypi.python.org/simple/sphinx/ Reading http://sphinx.pocoo.org/ Best match: Sphinx 1.0.5 Downloading http://pypi.python.org/packages/[...] Processing Sphinx-1.0.5-py2.5.egg [...] Finished processing dependencies for sphinx 创建工程 1 2 3 4 5 6 $ sphinx-quickstart Welcome to

使用Fastlane持续集成开发

{% github it-boyer width = 30% %} 持续集成 在框架开发中,一个优秀的持续集成环境是至关重要的。CI 可以保证潜在的贡献者在有保障的情况下对代码进行修改,减小了框架的