Halin

2pods

DataBindingLib

这是一个参考自Android DataBinding (http://developer.android.com/tools/data-binding/guide.html) 的库,其用法与Android 的 DataBinding非常相似 通过 xib 的 User Defined Runtime Attributes 实现对model的绑定(类似于Android xml 的 binding),设置绑定模型与绑定方法,

This is a lib base on 'Android DataBinding' (http://developer.android.com/tools/data-binding/guide.html) , It use like Android DataBinding , You can bind model and method through 'User Defined Runtime Attributes'

Forgive my poor English , There is no English Document and Notes , but if you interested ,just send me a Email,i will tell you how to use and how it work . and hopely you can help me to write English document and notes... My Email address : [email protected]

License: MIT

  • Objective C

PlaceHolderViewLib

In ios develop,reuse an xib is a hard job...You can't reuse a xib without code,but with PlaceHolderViewLib,you can reuse a xib with only one code (and few xib setting) and it work well with constraints

License: MIT

  • Objective C