CJAHandler:objC 的处理程序模式实现

时间:2024-07-22 12:15:57
【文件属性】:

文件名称:CJAHandler:objC 的处理程序模式实现

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-22 12:15:57

Objective-C

#CJAHandler obj-c 处理程序模式的实现 ##Installation 只需拖放位于CJAHandler文件夹中的文件或CJAHandler添加到您的 podfile ##Usage 首先查看示例项目以获取更多示例 - ( void )viewDidLoad { [ super viewDidLoad ]; UIButton *button = [UIButton buttonWithType: UIButtonTypeRoundedRect]; [button setTitle: @" Example Property Handler " forState: UIControlStateNormal]; button. frame = CGRectMake ( 10 , 10 , 100 , 100 ); [ self .


【文件预览】:
CJAHandler-master
----Tests()
--------CJAHandlerTests.m(870B)
--------Supporting Files()
----LICENSE(1KB)
----CJAHandler.podspec(2KB)
----Example()
--------Classes()
--------Ressources()
--------Supporting Files()
----README.md(865B)
----.gitignore(495B)
----CJAHandler()
--------CJAHandlerPropertyBase.m(3KB)
--------CJAHandlerBase.m(738B)
--------CJAHandlerBase.h(478B)
--------CJAHandlerManager.h(357B)
--------CJAHandlerManager.m(1KB)
--------CJAHandlerPropertyBase.h(398B)
----CJAHandler.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)

网友评论