4 "summary": "Adapter+Responder+Strategy+UITableView",
5 "description": "Adapter模式+基于Responder的Strategy模式封装的UITablView,将UITableView的代理方法交给Adapter管理,避免每次创建时要n多代理方法,在选中cell、滑动代理等方法用ResponderChain进行事件传递,结合Strategy消除了if-else,增加可读性",
6 "homepage": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain",
8 "authors": "onlyAngelia",
9 "social_media_url": "https://m.weibo.cn/p/1005052683037683",
14 "git": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain.git",
17 "source_files": "UIViewCategory/**/*.{h,m}",
18 "frameworks": "UIKit",