In my app has a button that opens the browser and my application was for background. I just want to close the app when the home button is clicked.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Can not export audiofiles via “open in:” from Voic
- XCode 4.5 giving me “SenTestingKit/SenTestKit.h” f
Not sure if I understand your question correctly, but if you want your app to quit (rather than going to the background), you'll have to set the
UIApplicationExitsOnSuspend
key in your Info.plist toYES
.This has been asked and answered many times. I just answered it a few hours ago:
to load the data when application starts in ipad