iOS开源库收集

  1. DCIntrospect.

    https://github.com/domesticcatsoftware/DCIntrospect

    一个可以在iOS模拟器中,显示运行的iOS程序中各View的layout, 以及View的Hierarchy, 可以看到
    non-opaque的view等功能。很强大, 调试一些界面相关的问题,很有用。

  2. ReflectionView.

    https://github.com/aptogo/reflectionDemo

    显示一个View的倒影,代码写得很漂亮。

  3. FaceTracker

    https://github.com/aptogo/FaceTracker
    利用OpenCV,做人脸识别的Demo.

  4. iOS中的Binding库, 用于UI界面控件和模型数据的绑定.

    https://github.com/millenomi/Binding