iPhone : form like new contact

后端 未结 7 670
走了就别回头了
走了就别回头了 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:16

    I'm trying to develop something like this and imagining it. In my opinion, if you look closely, the screen seems to be composed of a vertical UIScrollView. This component will hold a UITableView with multiple sections or maybe even several UITableView components. When focusing textfields on cells, the UIScrollview scrolls the content to place the selected textfield in a more suitable/balanced .y position, for viewing and editing.

提交回复
热议问题