Zusammenfassung der Ressource
App start-iphone
- Show SplashScreen
- Load Home page
- Make Request to server
- Get the data
- Render the views
- Home page Loaded-on click of link
- Make request to server
- Get the data
- Render the views
- Make request to server
- should make a http connection
- Get the data
- When App loads
- View Controller should be created
- This controller would be the root view Controller.
- Root View Controller would be set for the window
- When the data is got from Server
- loadPage method inoved
- loadPage method
- Will create JulyUILayout View
- Will get the view and add it vertically one by one