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
0
votes
2 answers

is it ok for another app to be able to quit my app?

I'm implementing support for JACK (http://www.crudebyte.com/jack-ios/) in my app (http://audulus.com if you're curious). The JACK app has UI to quit other apps (such as mine) that are connected to it. When I receive the notification from JACK, I'm…
Taylor
  • 5,871
  • 2
  • 30
  • 64
0
votes
4 answers

Show splash screen only once IOS

I understand, Its a HIG violation to play around with the default launch icons and splash screens, but I have requirement such that, I need to display the splash screen only for the first time, Is it possible to implement it ? One simple solution, I…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
0
votes
3 answers

iOS Human Interface Guidelines: Picker Control on iPad without Popover

I am planning to use a couple of picker controls and segmented controls (as a kind of control panel) embedded in a container view controller to control the contents of a second child view controller. However, according to Apple iOS Human Interface…
AlexR
  • 5,514
  • 9
  • 75
  • 130
0
votes
1 answer

In-call status bar HIG guidelines issue

I have a view which has an imageview at the bottom but when I simulate a call it partially hides it and goes below the screen. I am not sure about this but according to the ios HIG guidelines my app should handle this accordingly. See this.. Make…
Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115
0
votes
4 answers

For list controls, should find-as-you-type match at the start of an entry, or anywhere in an entry?

I have a list control in GTK+ (a gtk.TreeView with one column), with "find-as-you type" enabled (so typing any text will open a small search field for searching through the list entries). Now, if the user enters some search text like "abc", should I…
oliver
  • 6,204
  • 9
  • 46
  • 50
0
votes
2 answers

Is the information icon in iOS to be used only for app settings?

In table 7-5 in the iOS Human Interface Guidelines, the italicised 'i' icon is included. The table is labeled "Standard buttons for use in table rows and other UI elements". Opposite the icon within the table it states: "Flip to the back of the view…
Steph
  • 635
  • 7
  • 22
0
votes
3 answers

Custom app background on launch image [ios 4 & 5]

my iOS application has the option to change the background image, there are 3 different background patterns available, and the user can select any of them. The problem is the launch image, reading the iOS HIG it is supposed to be an image similar to…
louissmr
  • 748
  • 8
  • 18
-1
votes
1 answer

Rules applying to linking to itunes from iOS application

I link to various itunes products from my application but I can't seem to find any rules/documentation covering this. Am I allowed to use the itunes logo and is there anything special I need to do in the mechanics of linking.
Undistraction
  • 42,754
  • 56
  • 195
  • 331
1 2 3
4