This document provides an overview of real Agile (Scrum) practices, including:
- User stories with acceptance criteria that focus on the user experience
- Sprints of 2 weeks where a team plans work, has daily stand-ups, and completes work to meet a sprint goal
- Regular sprint planning, retrospectives, and reviews to provide feedback and continuously improve the process
- Clear roles like Product Owner to manage the backlog and priorities
The document provides an overview of the file system layout and paths for applications on iOS. It discusses how each app has its own home directory containing the app bundle and documents. It also describes how to access common paths like the documents directory and temporary directory. The document then covers using SQLite databases to store and retrieve data, parsing XML, and working with JSON.
The document discusses scroll views and table views in iOS. It provides examples of how to implement scrolling and zooming in a scroll view, including setting the content size and offsets. It also covers the basics of table views, including their anatomy, data sources, cell styles, reusing cells, and responding to user selection. Delegate methods for scroll views and table views are described.
The document discusses iOS application development. It provides details on view controllers, navigation controllers, tab bar controllers and their life cycles. It describes how to create and link view controllers to allow navigation between screens in an app. It also discusses customizing navigation bar buttons, titles and tab bar items. The key topics covered are view controller hierarchies, passing data between view controllers, and using navigation and tab bar controllers to structure app navigation and organization.
This document provides an overview of real Agile (Scrum) practices, including:
- User stories with acceptance criteria that focus on the user experience
- Sprints of 2 weeks where a team plans work, has daily stand-ups, and completes work to meet a sprint goal
- Regular sprint planning, retrospectives, and reviews to provide feedback and continuously improve the process
- Clear roles like Product Owner to manage the backlog and priorities
The document provides an overview of the file system layout and paths for applications on iOS. It discusses how each app has its own home directory containing the app bundle and documents. It also describes how to access common paths like the documents directory and temporary directory. The document then covers using SQLite databases to store and retrieve data, parsing XML, and working with JSON.
The document discusses scroll views and table views in iOS. It provides examples of how to implement scrolling and zooming in a scroll view, including setting the content size and offsets. It also covers the basics of table views, including their anatomy, data sources, cell styles, reusing cells, and responding to user selection. Delegate methods for scroll views and table views are described.
The document discusses iOS application development. It provides details on view controllers, navigation controllers, tab bar controllers and their life cycles. It describes how to create and link view controllers to allow navigation between screens in an app. It also discusses customizing navigation bar buttons, titles and tab bar items. The key topics covered are view controller hierarchies, passing data between view controllers, and using navigation and tab bar controllers to structure app navigation and organization.