Is there any free or opensource property pages like form renderer for ios applications?
Or I missed something, and I can create these kind of objects with the base framework?
I want to render forms inside applications, not on the Settins menu.
Is there any built in way or any lib what do it for me or I must make the plist parseing and table cell lifecycle management.
Is there any free or opensource property pages like form renderer for ios applications?
Share
Your question is a little vague, but I think what you want to do is have functionality like that available in the Settings app within your application. I have used InAppSettingsKit and been quite happy with the results. It’s free and open source. I think they ask you to credit them, but it is not required.