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?
Is there any web-resource (gallery perhaps) showing all user interface elements made from UIView(or
Share
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.