FishBind
FishBind copied to clipboard
FishBind可以轻松的实现对象间消息的绑定。支持绑定属性、方法、block。支持单向绑定&双向绑定。
Results
1
FishBind issues
Sort by
recently updated
recently updated
newest added
你就可以用**KeyPath(self, obj.title)** 得到 **@"obj.title"** ``` #ifndef SafeKeyPath_h #define SafeKeyPath_h #define __zk_macro_concat(A, B) __zk_macro_concat_(A, B) #define __zk_macro_argcount(...) __zk_macro_at(6, __VA_ARGS__, 6, 5, 4, 3, 2, 1) #define __zk_macro_head(...) __zk_macro_head_(__VA_ARGS__, 0) #define __zk_macro_at(N,...