开发者

generating tableview from plist file

开发者 https://www.devze.com 2023-01-16 16:26 出处:网络
i know the feature of generating a nice looking table view for the iPhone\'s system settings menu by creating a Settings.bundle with a plist file where you define all the different elements for the ta

i know the feature of generating a nice looking table view for the iPhone's system settings menu by creating a Settings.bundle with a plist file where you define all the different elements for the table view (type, key, default value etc..) My Question: is there any way to creat开发者_开发问答e such a table view within the application? ...to be quick and avoid bothering with the IB ;) Thanks in advance!

Patrick


Maybe the inAppSettingsKit will give you a nice start.

0

精彩评论

暂无评论...
验证码 换一张
取 消