In my app I want to minimize/hide my app when user presses an button. It it possible to hide or minimize app on UIButton tap? If so, how?
Asked
Active
Viewed 128 times
0
-
minimize? like go back to the home screen? – nburk Oct 27 '14 at 10:29
-
Yes. Minimize like back to home screen or lock screen. – ejaz dogar Oct 27 '14 at 10:31
-
Looks like this functionality is not the recommended one, [Check Here](http://stackoverflow.com/questions/14391784/how-to-minimize-an-ios-app?answertab=active#tab-top) – Amit Oct 27 '14 at 10:37
1 Answers
0
No, that's not possible. You can put all kinds of functionality on UIButton
clicks, but returning to the home screen is not a functionality that is available. Going back to the home screen after an action within the app could be interpreted as a crash.
This is what the home button is there for after all.

nburk
- 22,409
- 18
- 87
- 132