简体   繁体   中英

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

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 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?

在有关UITableView的示例代码中进行搜索(在iPhone开发中心或内部文档中),我确定我已经看到了这种示例;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM