开发者

Reminders IOS 5 UITableView Look & Design

开发者 https://www.devze.com 2023-04-13 04:03 出处:网络
I would like to create the same UITableView look of a notepad as is in the IOS 5 Reminde开发者_Go百科rs application.

I would like to create the same UITableView look of a notepad as is in the IOS 5 Reminde开发者_Go百科rs application. What is the best way to go about creating this view, note: 1. Vertical double line separator 2. Rounded Corners as is the case in UITableViewStyleGrouped but also for the group header view.


Well, there is a lot of custom images that Apple (so beautifully) made such as the cool UIPageControl or the background(s) which you could make in photoshop, or you could take the time and learn to do some of the cool visuals with Apple's drawing class. But as far as the rounding of the edges it's just importing QuartzCore.h into your project and setting the corer radius of the UIView/UITableView/UIImageView desired as asked here.

view.layer.cornerRadius = 5;

If you are also asking about the way they have set up the general app then it's (sort of) simple in theory. It's a UIScrollView of UIViews holding UIImages for backgrounds and UITableViews for the data on that page.

Reminders IOS 5 UITableView Look & Design

0

精彩评论

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

关注公众号