Questions tagged [human-interface]

54 questions
0
votes
1 answer

UIView to cover TabbarController : Human Interface Guideline

I have an UIViewController level information that i want to show to the user (This information is an important information that user should notice in my app). I also have a TabbarController which has some other UIViewControllers in other tabs. I am…
Abdul Samad
  • 4,840
  • 12
  • 52
  • 66
0
votes
1 answer

Which NSColor should I use for text in an NSPopover?

What are the correct NSColors for text in NSPopovers (as displayed in iTunes 12)? I did not find this information in the HIG and I'm not sure how to find out otherwise (matching up color values in Digital Color Meter to a list somewhere?) Here is a…
user4034838
  • 111
  • 9
0
votes
1 answer

ios Navigation Bar Usage

Is it acceptable (i.e., to App Store) to have buttons in a UINavigationBar change on-the-fly? For example, perhaps there are two buttons on the Nav Bar for + (Add) and Trash (Delete), but once the + has been touched (for adding an item) the buttons…
RegularExpression
  • 3,473
  • 2
  • 23
  • 34
0
votes
2 answers

To what extent does 'optimized for iOS7' refer to the iOS7 UI?

Apple's announcement of the 'Optimized for iOS7' mandate is as follows: https://developer.apple.com/news/index.php?id=12172013a Starting February 1, new apps and app updates submitted to the App Store must be built with the latest version of Xcode…
DA.
  • 36,871
  • 47
  • 133
  • 201
0
votes
1 answer

WSO2 human task goes to COMPLETED state but calling BPEL process remains in ACTIVE state

I have created WSO2 human task as per the guidelines mentioned in link (http://docs.wso2.org/display/BPS300/Writing+a+Human+Task+Artifact). I am calling human task from Asynchronous BPEL process, once human task get completed it proceeds further…
Jagjeet
  • 33
  • 4
0
votes
1 answer

UIModalPresentationFormSheet Resizing and Human Interface Guidelines

I was just wondering if it was alright to resize (or move) a presented view controller, like one with UIModalPresentationFormSheet style or if this is against Apple Human Interface Guidelines. As stated in the HIG document, "Form sheet. Has fixed…
user2006934
  • 171
  • 3
  • 11
0
votes
1 answer

Correct label for 'Hide Keyboard' button

I want the return button on my UITextField's keyboard to hide the keyboard. I am not sure whether to use the 'Return' or 'Done' label for this. I have seen 'Return' used variously to hide the keyboard, insert a new line, and move to the next field.…
Ben Packard
  • 24,060
  • 24
  • 94
  • 172
0
votes
2 answers

iOS HIG for Editing From TableView

I have a TableView, "events" that segues to another TableView, "attendees". Each has a + (new) button and that works fine. But I'm using a disclosure triangle to indicate that there is more. In the case of "attendees", it's details about the…
Steve Ross
  • 4,087
  • 1
  • 25
  • 38
-1
votes
1 answer

Is my tabbar violating the Human Interface Guideline?

I'm currently developing an app for a client which makes use of a tabbar, but I'm concerned I may be violating the human interface guidelines. My app starts with a home viewcontroller which leads to several other viewcontrollers. One of the…
1 2 3
4