ios-三行代码集成设置界面LGSettingView.zip

时间:2022-07-31 12:11:40
【文件属性】:

文件名称:ios-三行代码集成设置界面LGSettingView.zip

文件大小:75KB

文件格式:ZIP

更新时间:2022-07-31 12:11:40

列表

仅需三句代码即可快速集成设置界面,免去每次开发新应用都要重新布置设置界面的烦恼。 //Set1:添加第一组 LGSettingSection *section = [LGSettingSection initWithHeaderTitle:[NSString] footerTitle: [NSString]]; //Set2:添加行 LGSettingItem *item = [LGSettingItem initWithtitle:[NSString]]; item.image = [UIImage]; item.type = [UITableViewCellAccessoryType]; [section addItem:item]; //Set3:保存到sections数组 [self.sections addObject:section]; 详情:https://github.com/LiGoEX/LGSettingView *在iOS_CYX基础上进一步封装并添加新功能


【文件预览】:
LGSettingView-master
----LGSettingViewDemoTests()
--------LGSettingViewDemoTests.m(926B)
--------Info.plist(733B)
----LGSettingViewDemo()
--------Assets.xcassets()
--------main.m(331B)
--------LGSettingView()
--------AppDelegate.h(274B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------Info.plist(1KB)
----screenshots()
--------screenshots.png(21KB)
----LICENSE(1KB)
----LGSettingViewDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----.gitignore(1KB)
----README.md(3KB)
----LGSettingViewDemoUITests()
--------LGSettingViewDemoUITests.m(1KB)
--------Info.plist(733B)

网友评论