Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Replicate This User Interface Design?

I want to create a UI like the on in Mint.com app. Is it a UIScrollView with UITableView cells in it?

Notice how each block/cell has multiple data values in it.

enter image description here

like image 769
Jon Avatar asked Aug 05 '26 08:08

Jon


2 Answers

This is all about customising the table view and table view cells. The best tutorial I've found is Cocoa with Love: Easy custom UITableView drawing. It's a good place to start.

like image 51
drekka Avatar answered Aug 06 '26 22:08

drekka


This is a UITableView with UITableViewStyleGrouped and multiple sections. The spacing between sections appears to be increased from the default value.

The cell backgrounds have a slight gradient added to give them depth. Each section appears to have a different custom layout of labels, and, in the one case, a custom slider-like object. The object on the right is a standard UITableViewCellAccessoryDetailDisclosureButton.

You can achieve similar effects by subclassing UITableViewCell.

like image 38
PengOne Avatar answered Aug 07 '26 00:08

PengOne



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!