Pablo
Pablo

Reputation: 29519

Gallery for IPhone UI controls

Is there any web-resource (gallery perhaps) showing all user interface elements made from UIView(or other?), so it will give me some quick idea what controls exist, what do they look like?

Upvotes: 2

Views: 1304

Answers (3)

indragie
indragie

Reputation: 18122

I'm not sure if this is what you're looking for, but here's a PSD file containing all the iPhone UI elements.

Upvotes: 1

Rog
Rog

Reputation: 17170

if you use Omnigraffle, there is an iPhone stencil. http://graffletopia.com/stencils/392

Upvotes: 0

Matt Long
Matt Long

Reputation: 24476

It's not a web resource per se (depending on what you mean), but you can get the source code for the UICatalog sample from Apple and see what is offered. It's also a good project to look at in case you want to go beyond the look and and actually see how it's implemented.

Upvotes: 4

Related Questions