A): 可以动态的修改某个变量的值,这些变量的类型包括: ...
B): 可以以plist的形式将Tweak以key-value的形式进行导出
类FBTweak:代表唯一的命名的tweak(tweak: 微调)。
typedef id FBTweakValue;
代表一个Tweak的可能的值。
FBTweakObserver: 代表Tweak的观察者。
代表Tweak的类别,包含着不同的FBTweakCollection对象。
代表Tweak的集合,包含着不同的Tweak对象。
定义和实现对外暴露的Macro:
FBTweakInline FBTweakValue FBTweakBind FBTweakAction
当摇动设备时显示FBTweakViewController, 前提是App的RootWindow必须是该类的对象。
单例。存储FBTweakCategory对象
内部类。代表Tweak的观察者。
FBTweakViewController
_FBTweakCategoryViewController
_FBTweakCollectionViewController
_FBTweakTableViewCell (需要修改)
参见 Todo
1. Facebook Tweaks with Swift Tutorial
http://www.raywenderlich.com/80970/facebook-tweaks-swift-tutorial
1. OSAtomicTestAndSetBarrier()
2. Dl_info dladdr()
usr/include目录下的的各种头文件的学习。
例如: mach-o/loader.h
3. _Generic
4. __attribute__((section (FBTweakSegmentName "," FBTweakSectionName)))
A) 关于__attribute__中section部分的一些了解
http://blog.csdn.net/sadshen/article/details/9419267
B) 性能优化,要懂点编译原理
http://laoar.net/blog/2014/06/24/ldscript/ (AAAA)
C) Attributes in Clang
http://clang.llvm.org/docs/AttributeReference.html
D)
http://www.rowleydownload.co.uk/arm/documentation/index.htm?http://www.rowleydownload.co.uk/arm/documentation/ide_section_placement.htm
5. ld
man ld
6. Code Block Evaluation C Extension
http://cocoa-dom.tumblr.com/post/56517731293/new-thing-i-do-in-code
http://nshipster.com/new-years-2014/
7. Default Values with GNU-style Ternary ?:
http://nshipster.com/new-years-2014/