iPhone : form like new contact

后端 未结 7 671
走了就别回头了
走了就别回头了 2020-12-24 08:41

I have some questions about the Apple iPhone Contact App. I want to use the same methode to create and modify information.

Here\'s two pics :

alt text http

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 09:21

    the top bit is a UIView with a UIImageView and a UITableView, this view is set as the header of the overall UITableView.

    As for the editing, you need to swap out the UILabel, with a UITextField, which has the same frame, and font-size. move the content from one view to another.

提交回复
热议问题