Questions tagged [hig]

Human interface guidelines are documents specifying behavior of GUI elements for consistency between programs on a platform.

Human interface guidelines are design documents specifying behavior of elements. They contain recommendations for how to achieve a consistent experience between programs on a platform.

Human interface guidelines (HIG) are software development documents which offer application developers a set of recommendations. Their aim is to improve the experience for the users by making application interfaces more intuitive, learnable, and consistent.

Human interface guidelines often describe the visual design rules, including icon and window design and style. Frequently they specify how user input and interaction mechanisms work. Aside from the detailed rules, guidelines sometimes also make broader suggestions about how to organize and design the application and write user-interface text.

HIGs are also done for applications. In this case the HIG will build on a platform HIG by adding the common semantics for a range of application functions.

Resources:

53 questions
1
vote
5 answers

How to notify user to scroll down the tableview

I have a tableview(highlighted in red rectangle) that will show only 3 rows at a time, now if i have the rows more than three, then i want to notify user to scroll down the tableview to view the rest of row. In windows we will have a physical…
surendher
  • 1,374
  • 3
  • 26
  • 52
1
vote
2 answers

Can Tab Bar view be used only in the second screen application?

I am just starting out iOS development and have some doubts about Tab Bars Human Interface Guidelines provided by Apple. On the iOS HIG document concerning Tab Bars, it reads: "A tab bar appears at the bottom edge of the screen and should be …
nunos
  • 20,479
  • 50
  • 119
  • 154
1
vote
2 answers

iOS Human Interface Guidelines

I'm working on my first iOS app, and I'm concerned about the Human Interface Guidelines on a particular thing I've done. From reading the documents, I don't see why it would be a problem, however, I've done several things I'm not sure about and…
RegularExpression
  • 3,531
  • 2
  • 25
  • 36
1
vote
1 answer

Where would I find UI 'standards' for Windows applications

Where can I find standard guidelines for user interfaces of Windows applications? I have done a search with no luck, but there must be some sort of document on how actions should be handled.
Steve
  • 1,371
  • 1
  • 16
  • 38
0
votes
2 answers

What is the purpose of 'bouncing' in iOS?

In beta testing an iOS application I wrote, I received some feedback to let more elements 'bounce', even if there isn't more content to see, or load in. While I don't think its necessarily a bad suggestion it got me thinking - what is the purpose of…
barfoon
  • 27,481
  • 26
  • 92
  • 138
0
votes
3 answers

Does subclassing a UIAlertView to accept user input go against the HIG?

I've seen a lot of answers out on SO detailing how to accept user input on an UIAlertView, but I was wondering if doing so violates Apple's iOS Human Interface Guidelines. According to the section on Alerts, Avoid creating unnecessary alerts...…
Brian Gesiak
  • 6,648
  • 4
  • 35
  • 50
0
votes
2 answers

Is this a valid justification for quitting an iPhone app programmatically?

I know this question has been asked many times and we have gotten this link as an answer from Apple: http://developer.apple.com/library/ios/#qa/qa1561/ However, recently, I met with this case below. I don't see any other options except using…
aXqd
  • 733
  • 5
  • 17
0
votes
2 answers

App submission rejected because of apple login button

We added Sign in with Apple capability to our app, but our submission got rejected by the App Store Review team with the following message: We noticed an issue in your app that contributes to a lower quality user experience than Apple users…
michaelsmith
  • 1,011
  • 1
  • 16
  • 35
0
votes
1 answer

UIToolBar left/right side button text

Apple's "human interface guidelines" is clear about which side (left or right) you should place certain tool-bar buttons: CANCEL (left).... and.... DONE (right). Which side (left or right) should other buttons go on? ADD and DONE EDIT and…
Patricia
  • 289
  • 3
  • 6
0
votes
1 answer

How to purchase physical goods using through mobile app? Payment must be made with CREDITS instead of money

In my application, I want to take an order of food, drinks, etc (For Ex. Restaurant app) and deliver or serve them. My applications into I want to generate “CREDITS” using through payment. For Ex, 10$ = 100 credits. Using these credits, I want to…
iOS Dev
  • 115
  • 7
0
votes
1 answer

xcode/ios: HIG: Is it better practice to have cancel and done or just back (with automatic save)

It is best practice to automatically save changes when you click back button as in Settings app on iPhone or have separate Cancel (on left side of nav bar) and Done on (right side of nave bar) buttons, or is it okay either way? Here is settings…
user1904273
  • 4,562
  • 11
  • 45
  • 96
0
votes
2 answers

iPhone 6+ images

I have a question that I need confirmation on. I know that the Apple Developer document shows App icon size at @3x https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html. Does this also apply to…
user3606054
  • 591
  • 1
  • 5
  • 14
0
votes
1 answer

What Would Numbers Specified in UIButton Typography Mean?

I see someone specified a typography of "Helvetica Neue, 65 Medium, 30pt" to be used for a UIButton. I see other things like: "Helvetica Neue 45 Light" "Helvetica Neue 55 Roman" "Helvetica Neue 65 Medium" "Helvetica Neue 75 Bold" What are the 45,…
finneycanhelp
  • 9,018
  • 12
  • 53
  • 77
0
votes
2 answers

Does my app will be rejected if i store 1MB of sqlite db in NSDocument directory?

When the user taps on a button(say updateButton) the data will be downloaded and stored as a sqlite database in document directory. This data will be used whenever the user launches the app. I just want to know whether this app will be approved by…
surendher
  • 1,374
  • 3
  • 26
  • 52
0
votes
2 answers

Underline or no underline

I am having a discussion with an AD regarding an info page for a store in an iOS app. On this info page we use an grouped UITableViewController showing information such as address, phone number, email address and more. The top shows a mini-map with…
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168