How to put a UITextField inside of a UITableViewCell (grouped)?

后端 未结 3 871
你的背包
你的背包 2020-12-18 08:23

How to put a UITextField inside of a UITableViewCell (grouped)? I want a user to be able to edit it.

3条回答
  •  伪装坚强ぢ
    2020-12-18 08:30

    Apple's own UICatalog demo application has an example of placing UITextFields in Grouped UITableView Cells: http://developer.apple.com/iphone/library/samplecode/UICatalog/index.html

    Check the contents of TextFieldController.m

    Plus there's lots of other great code there for working with UIKit Objects.

提交回复
热议问题