开发者

iPhone Settings Menu - creating a list that allows user to add, edit and delete items

开发者 https://www.devze.com 2023-01-08 03:53 出处:网络
I am looking to create a settings menu feature that allows users to add, edit and remove items from a list. In adding an item to the list, the user will then be prompted to add some further sub-data s

I am looking to create a settings menu feature that allows users to add, edit and remove items from a list. In adding an item to the list, the user will then be prompted to add some further sub-data such as name, value etc. The list should only allow one item to be selected. As far as I can see this is similar to, but beyond the capability of the PSMultiValueSpecifier, in terms of the user adds/edits/deletes and sub-data being added.

Similar functionality is implemented in the ‘Choose A Network’ section of the iPhone’s Wi-Fi settings but I am开发者_如何学Python not sure how this is done. In this, users can add a new network and then specify security type, password etc.

Any ideas how I might go about achieving this?


Do a search in sample code regarding UITableView (In iPhone dev center or inside Documentation), I am sure I have seen that kind of sample ;)

0

精彩评论

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