Keeping The App Awake
Features:
- 3 Views
- 3 Navigation Bars
In this tutorial i will be showing you how to create a simple tab bar application i will be showing you how to create the basic layout and how to add features. Tab bar apps are very popular and are mainly used for information apps
The Code
Play the video to get a step by step walkthrough ans all code can be copy and pasted In your app delegate.m place the code in the section - (BOOL)application keepingtheappawakeAppDelegate.m |
UIApplication *myapp = [UIApplication sharedApplication]; myapp.idleTimerDisabled = YES;
No comments:
Post a Comment