objective c - Guidelines to design rectangular buttons for iOS -


what guidelines design rectangular buttons ios? sizes supported ios designing rectangular button? eg, icons suppose of 44x44 pixels, not able find same buttons. can give me related link or reference?

from apple ui design guidelines, recommended follow button size easy tap user.

create controls measure @ least 44 points x 44 points can accurately tapped finger.

however there no description maximum button size should appropriate content.

enter image description here

and ios human interface guidelines, says that:

embrace borderless buttons. default, bar buttons borderless. in content areas, borderless button uses context, color, , call-to-action title indicate interactivity. , when makes sense, content-area button can display thin border or tinted background makes distinctive.

also @ system button guidelines

a system button:

  • has no border or background appearance default
  • can contain icon or text title
  • supports custom decoration, such border or background image (to add custom appearance, use button of type uibuttontypecustom , supply custom background image)

use system button initiate action. when supply title system button, follow approach:

  • use verb or verb phrase describe action button performs. action-specific title shows users button interactive , tells them happen when tap it.

  • use title-style capitalization. capitalize every word except articles, coordinating conjunctions, , prepositions of 4 or fewer letters.

  • avoid creating title long. overly long text gets truncated, can make difficult users understand it.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -