¡@

Home 

2014/10/15 ¤U¤È 10:09:56

iphone Programming Glossary: guidelines

objective c - Detect when user change the app's notifications settings

http://stackoverflow.com/questions/10191006/objective-c-detect-when-user-change-the-apps-notifications-settings

dialog in iOS 5.1. Otherwise why would they require the application to show the alert According to AppStore review guidelines 5.3 Apps that send Push Notifications without first obtaining user consent will be rejected For example Path application..

What happens if I don't retain IBOutlet?

http://stackoverflow.com/questions/1250518/what-happens-if-i-dont-retain-iboutlet

may have been overly verbose but I didn't want to leave out any details in the scenario. Simply following the guidelines will help avoid problems as you encounter more complex situations. It is additionally worth noting that the memory management..

How to pull up a UIKeyboard without a UITextField or UITextView?

http://stackoverflow.com/questions/1376120/how-to-pull-up-a-uikeyboard-without-a-uitextfield-or-uitextview

question It's not officially possible you can't access the UIKeyboard object at all while staying within Apple's guidelines. Creating an invisible UITextField then calling textField becomeFirstResponder would do the job you could even subclass..

What are the correct pixel dimensions for an apple-touch-icon?

http://stackoverflow.com/questions/1598/what-are-the-correct-pixel-dimensions-for-an-apple-touch-icon

my web sites an icon for iPhone iphone favicon apple touch icon share improve this question It seems that Apple guidelines as of August 3 2010 now include the High resolution images for iPhone 4 in their required icon sizes. Looks like we need..

Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice

http://stackoverflow.com/questions/16489079/apps-are-not-permitted-to-access-the-udid-and-must-not-use-the-uniqueidentifier

If you think this message was sent in error and that you have only used Apple published APIs in accordance with the guidelines send the app's nine digit Apple ID along with detailed information about why you believe the above APIs were incorrectly..

Notification of or detecting screenshot being taken?

http://stackoverflow.com/questions/2121970/notification-of-or-detecting-screenshot-being-taken

share improve this question Here's a way which might work although it will totally go against user interface guidelines I'm sure. If you force the user to have their finger on the screen for the image to show then I don't think they can create..

How to keep an iPhone app running on background fully operational

http://stackoverflow.com/questions/3762200/how-to-keep-an-iphone-app-running-on-background-fully-operational

only accept such an application if the audio playback is a legitimate function. Item 2.16 on Apple's published review guidelines states Multitasking apps may only use background services for their intended purposes VoIP audio playback location task..

When to use PNG or JPG in iPhone development?

http://stackoverflow.com/questions/3929281/when-to-use-png-or-jpg-in-iphone-development

PNG as the image format but seeing that the JPG version will be much smaller I'd rather be using that. Are there any guidelines which format to use and in which case iphone ios png jpeg share improve this question PNG's are pixel perfect non lossy..

Best way to switch between UISplitViewController and other view controllers?

http://stackoverflow.com/questions/4213097/best-way-to-switch-between-uisplitviewcontroller-and-other-view-controllers

because of my approach This modal strategy is probably 'misusing' modal dialogs as per Apple's human interface guidelines. But what other choice have they given me Would they know that I'm doing this anyway iphone ipad user interface uisplitviewcontroller..

Is there a way to toggle bluetooth and/or wifi on and off programatically in iOS?

http://stackoverflow.com/questions/4518406/is-there-a-way-to-toggle-bluetooth-and-or-wifi-on-and-off-programatically-in-ios

a very personal itch I have no intent to try and sell the App or get it up on the App store so conforming with App guidelines on API usage is a non issue. What I don ™t want to do is jailbreak the devices as I want to keep the core software as shipped...

How to run and debug unit tests for an iPhone application

http://stackoverflow.com/questions/4989668/how-to-run-and-debug-unit-tests-for-an-iphone-application

me quite some time but I finally managed to make it work for my project. To create the logic tests I followed Apple guidelines on creating logic tests . This works fine once you understand that the logic tests are run during build. To be able to debug..

Using Phonegap for Native Application development [closed]

http://stackoverflow.com/questions/5161004/using-phonegap-for-native-application-development

that are distributed through the Android market and iPhone App Store I would read through their exhaustive lists for guidelines on how to develop your app. For example in the tools link above there is a tool plugin called Easy APNS while this is useful..

Turning an iPhone or iPod into a wireless webcam

http://stackoverflow.com/questions/5258696/turning-an-iphone-or-ipod-into-a-wireless-webcam

iOS app and sends it via an RTSP stream or similar As this is an ad hoc experiment I'm not concerned about App Store guidelines and can jailbreak if necessary. iphone objective c cocoa touch ios rtsp share improve this question If I interpret..

Does Apple reject “mobile web shell” applications?

http://stackoverflow.com/questions/5478848/does-apple-reject-mobile-web-shell-applications

site in a UIWebView. You need to have more functionality in your app than just loading a web page. From the app review guidelines for iOS 2.12 Apps that are not very useful are simply web sites bundled as apps or do not provide any lasting entertainment..

dismiss modalviewcontroller from another modalviewcontroller

http://stackoverflow.com/questions/5935462/dismiss-modalviewcontroller-from-another-modalviewcontroller

C. Here B is parent of C Here B.modalViewController will be C and C.parentViewController will be B According to apple guidelines its responsibility of parent controller to dismiss its child controller. So if you want to dismiss controller C you call..

Create custom international keyboard for iPhone

http://stackoverflow.com/questions/6556647/create-custom-international-keyboard-for-iphone

definitive answer. iphone ios keyboard international emoji share improve this question As per Apple's submission guidelines 2.5 Apps that use non public APIs will be rejected 2.6 Apps that read or write data outside its designated container area..

ObjectiveC ivars or @property

http://stackoverflow.com/questions/6942439/objectivec-ivars-or-property

xmlData or connection instance variables we do not need that and they do their job like this. Are there some reference guidelines I can keep in mind on deciding whether or not to create @property's or just use simple ivars My only problem when using..

How to dismiss keyboard for UITextView with return key?

http://stackoverflow.com/questions/703754/how-to-dismiss-keyboard-for-uitextview-with-return-key

of text use a UITextField . Hitting the return and hiding the keyboard for a UITextView does not follow the interface guidelines. Even then if you want to do this implement the textView shouldChangeTextInRange replacementText method of UITextViewDelegate..

Core Data VS Sqlite or FMDB…?

http://stackoverflow.com/questions/8723923/core-data-vs-sqlite-or-fmdb

I should use core data for object storage or not . I mean on what basis I should decide which to use Are there any guidelines provided by apple or someone else.. or is it something that will come to me with time. iphone ios sqlite core data fmdb..

How can you apply distortions to a UIImage using OpenGL ES?

http://stackoverflow.com/questions/9886843/how-can-you-apply-distortions-to-a-uiimage-using-opengl-es

squashing etc. on a UIImage using OpenGL ES as in the iPhone application PhotoTwist Are there any references or guidelines for doing this I don't want code just a reference on how to do this. iphone objective c ios opengl es core graphics share..

How do you add more than one UIBarButton on UINavigationItem.rightBarButtonItem (or leftBarButtonItem)?

http://stackoverflow.com/questions/1414510/how-do-you-add-more-than-one-uibarbutton-on-uinavigationitem-rightbarbuttonitem

seam because it is a UIToolbar nested in the navigationbar.. Please don't mention this breaking the Human Interface Guidelines. We know . I appreciate you contributing your hacks... thats the only way to do this iphone uinavigationbar uibarbuttonitem..

What are the correct pixel dimensions for an apple-touch-icon?

http://stackoverflow.com/questions/1598/what-are-the-correct-pixel-dimensions-for-an-apple-touch-icon

to provide both a 57x57 and a 114x114 image now as well as a 640x960 title image. See Custom Icon and Image Creation Guidelines Javascript required which is part of a whole document iOS Human Interface Guidelines 2013 by Apple Inc PDF 26 3 MB share..

iPhone/Cocoa Coding Standards

http://stackoverflow.com/questions/2455384/iphone-cocoa-coding-standards

iPhone Landscape FAQ and Solutions

http://stackoverflow.com/questions/2953351/iphone-landscape-faq-and-solutions

string Apple recommends starting landscape only applications in Landscape Right mode see the HIG under User Experience Guidelines Start Instantly . What's not in the documentation A little background Everytime you try to load a different view controller..

Exit application in iOS 4.0

http://stackoverflow.com/questions/3097244/exit-application-in-ios-4-0

or by starting and loading the old state. No reason for exit. Edit As this keeps popping up again iOS Human Interface Guidelines says Don't Quit Programmatically . And we have seen many reports of apps that had calls to exit in them in the past. Exiting..

Does apple view the actual source code when approving apps?

http://stackoverflow.com/questions/3186648/does-apple-view-the-actual-source-code-when-approving-apps

no persistent selections on table view rows etc. . If your application deviates significantly from the Human Interface Guidelines when using these standard UI elements you may get rejected. Apple is very careful about copyright particularly with their..

How to create drop down list box for an iphone app

http://stackoverflow.com/questions/3717309/how-to-create-drop-down-list-box-for-an-iphone-app

it already exist but users are familiar with it and know how to use it. There really is a point to Human Interface Guidelines and a standard set of UI elements. In situations where I've needed a picker like control in a small amount of space I've..

How many times do I release an allocated or retained object?

http://stackoverflow.com/questions/3730804/how-many-times-do-i-release-an-allocated-or-retained-object

Apps with placeholder text will be rejected [closed]

http://stackoverflow.com/questions/4472632/apps-with-placeholder-text-will-be-rejected

itunesconnect appstore approval share improve this question If you are referring to the Apple App Store Review Guidelines under the Metadata heading then it simply means your application must have all metadata fields completed. Neither your app..

Suspend the application

http://stackoverflow.com/questions/5360846/suspend-the-application

Quitting your application or sending it to the background programmatically is a violation of the iOS Human Interface Guidelines which usually doesn't bode well for getting through the review process Don ™t Quit Programmatically Never quit an iOS application..

In App Purchase

http://stackoverflow.com/questions/6210065/in-app-purchase

App Purchase in the App Store Review Guidelines is stated in section that Apps using IAP to purchase physical goods or goods and services used outside of the application.. be rejected. Looking also into iOS Developer Program License Agreement referenced in 11.12 of the App Store Review Guidelines I can see there in Attachment 2 section 1. 1.11 that You may not use the In App Purchase API to offer goods or services.. video streams audio streams new game levels etc. when the provided content is in accordance with App Store Review Guidelines and iOS Developer Program License Agreement and user is charged for this content the IAP must be used or can be an option..

How to customize Buttons in UIActionSheet?

http://stackoverflow.com/questions/6568308/how-to-customize-buttons-in-uiactionsheet

change these sizes not only might you make your application less usable but that may violate Apple's Human Interface Guidelines leading to a rejection of your application when submitted. Here is the example how to use UiActionsheet by Apple share..

Custom colors in UITabBar

http://stackoverflow.com/questions/675433/custom-colors-in-uitabbar

were to create my own TabBar like view controller along with custom images would this violate Apple's Human Interface Guidelines iphone objective c share improve this question I found an answer to this at Silent Mac Design . I implemented this..

If I use the PayPal gateway in my iPhone app, will Apple approve it? [closed]

http://stackoverflow.com/questions/7005929/if-i-use-the-paypal-gateway-in-my-iphone-app-will-apple-approve-it

this question Generally speaking yes your app will be rejected. According to section 11.2 of the App Store Review Guidelines for iOS Login Required any app that doesn't use In App purchase will be rejected. 11.2 Apps utilizing a system other than..

app rejected from apple app store because UIWebview, need some advice

http://stackoverflow.com/questions/7421002/app-rejected-from-apple-app-store-because-uiwebview-need-some-advice

provides does not differ significantly from the general experience of using Safari as required by the App Store Review Guidelines. You may wish to provide convenient access to a web property for a select or niche group of users and may enhance that experience..

Change iPhone navigation bar's height

http://stackoverflow.com/questions/892905/change-iphone-navigation-bars-height

generally impossible. What's more I believe making the navigation bar taller is a violation of Apple Human Interface Guidelines and your application may be rejected from the App Store because of it. Please make sure your client understands this risk..

Is there any ready-made calendar control for iPhone apps?

http://stackoverflow.com/questions/997779/is-there-any-ready-made-calendar-control-for-iphone-apps

in the month view in the built in Calendar application would be a best match. However the iPhone Human Interface Guidelines just mentions the Date Picker not the calendar so I believe there is nothing like that out of the box. Is that true If so..