In order to update an existing Git submodule execute: (You might need permissions from Owner)
git submodule update --remote --merge
Interactive menu that displays offerings, adds orders and sent order request using a local service.
Notes | Code | Diagrams | xproj |
---|---|---|---|
- 1. Part One: Server Details and Project Setup
- 2. Part Two: Project Planning
- 3. Part Three: Set up the Storyboard Workflow
- 4. Part Four: Add NetWorking Code
- 5. Part five: Categories
- 6. Part Six: Menu Items
- 7. Part Seven: Menu Details
- 8. Part Eight: View and Edit Order
- 9. Part Nine: Submit Order
- 9. Part Ten: Request Images
- 11. Wrap Up
- 12. Stretch Goals
- 13. Project Extension - State Restoration
- Part 1. Handle the Order
- Add Data persistence for the Order
- Save and Load the order
- Part 3: Update the storyboard
- Part 4: Handle View Controller State
- Preserve view controller state
- Revisit MenuController
- Provide Synchronous Data Accss
- Persist Menu Items
- Update View Controllers
- Send a Notification on Completion of Fetch
- Restore View Controller State
- Part 5: TestYour Code
- Simulate State Restoration
- Analize the crash
- Accommodate Timing of the
viewDidLoad()
Call
- 14. Summary
- 15. About the UI Restoration Process (Apple Documentation Article)
- 16. About the UI Restoration Process (Apple Documentation Article)