Closed ghost closed 8 years ago
Hi, This framework will never parse ini files or other formats by its own You must look for another framework in swift or objective-c, but ini files are not common in ios and mac world (for instance https://github.com/mirek/INI.framework ) (and then maybe one of this framework will produce a dictionary usable with Prephirences or could be mapped to PrepherenceType protocol)
Generate UI could be a cool feature (like SBSettings) but I think a good UI must be designed, using storyboard or xib, because parameters must be ordered, categorized,...
Hi Eric,
Hope you are doing well !
I was looking at your great repo and was wondering if there is a way to parse a local .ini configuration file (please find below an example) and to load the settings, and build a cascade series of views for each sections and switch parameters from the app. The ciphering features is really cool btw !
Excerpt of the .ini file:
Thanks in advance. As we are on github, I wrote it in english but I am french too :-)
Cheers, Luc Michalski