开发者

User Creation Form Like iOS Contact Creation

开发者 https://www.devze.com 2023-04-01 22:14 出处:网络
What I am trying to do is create a form that looks and works like the iOS contact creation form does. It looks like custom UITableViewCells with text fields in them but surely thats not all it is.

What I am trying to do is create a form that looks and works like the iOS contact creation form does. It looks like custom UITableViewCells with text fields in them but surely thats not all it is. Also how does the scrolling work? Is it all inside a UIScrollView? I'm not asking for in depth run throughs but maybe some pointers in t开发者_Python百科he right direction and maybe some links to some tutorials.

Thanks

Disco


This is indeed a UITableView with multiple sections. You can read here about someone trying to accomplish something similar. In short, there are default styles that will accomplish most all of what you are looking for.

0

精彩评论

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