-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparams.json
1 lines (1 loc) · 1.72 KB
/
params.json
1
{"name":"Lionsettings","tagline":"An iOS settings framework, can use Settings.bundle and you own customized any settings bundle file.","body":"## LionSettings\r\n\r\n### Introduction\r\nLionSettings is a iOS app settings compatitable framework based on LlamaSettings project which based on LlamaSettings code.Add some features like:\r\n \r\n1)Support use system \"Settings.bundles\" file in you apps.\r\n \r\n2)Also support use your own XxxSettings.bundls.\r\n \r\n3)Auto reload settings after system settings changed.\r\n\r\n4)Support PSTitleValueSpecifier, PSMultiValueSpecifier, PSSliderSpecifier, PSGroupSpecifier.\r\n\r\n5)Support extra customized type, to be continue...\r\n\r\n\r\n## Example\r\n\r\n####use Settings.bundle directly.\r\n\t\t\r\n\t\tLionSettingsViewController *lsvc = [[LionSettingsViewController alloc] init] autorelease];\r\n\t //LionSettingsViewController *lsvc = [[LionSettingsViewController alloc] initWithSettingsBundleName:@\"Settings\" andPlistName:@\"Root\"] autorelease];\r\n\r\n\t\t[self.navigationController pushViewController:lsvc];\r\n\t\t\r\n####use you own MySettings.bundle\r\n\t\t\r\n\t\tLionSettingsViewController *lsvc = [[[LionSettingsViewController alloc] initWithSettingsBundleName:@\"CustomSettings\"] autorelease];\r\n\t //LionSettingsViewController *lsvc = [[[LionSettingsViewController alloc] initWithSettingsBundleName:@\"CustomSettings\" andPlistName:@\"Root\"] autorelease];\r\n\r\n\t\t[self.navigationController pushViewController:lsvc];\r\n\t\t\r\n\r\n## Special thanks to\r\n[LlamaSettings origin project](https://code.google.com/p/llamasettings/)\r\nThanks to yorgle http://umlautllama.com/\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}