Nikmesoft Ltd
Navigation
Linh NGUYEN
Lecture 3
Nikmesoft Ltd
Contents
Overview1
Working with UIView2
UINavigationControllers3
UITabbarControllers4
Exercise 35
2
Nikmesoft Ltd
Navigation
Overview
3
Nikmesoft Ltd
Overview
4
Contact
List
Add New
Edit
Contact
View
Details
Nikmesoft Ltd
Overview
 Requirements
 Display multi screens
 Transfer data between screens
5
Nikmesoft Ltd
Overview
 Solutions
 Using multi views inside a single View Controller
 Using UINavigationControllers class
 Using UITabbarControllers class
6
Nikmesoft Ltd
Navigation
Working with UIView
7
Nikmesoft Ltd
Working with UIView
8
Creating UIView
 Create a subclass of UIView
Nikmesoft Ltd
Working with UIView
9
Load UIView from XIB
Nikmesoft Ltd
Working with UIView
10
Load UIView
from XIB
Nikmesoft Ltd
Working with UIView
11
Important methods
 - (void)addSubview:(UIView*)view
 - (void)removeFromSupperview;
Nikmesoft Ltd
Working with UIView
12
Send a contact from Contact
List to View Details
Nikmesoft Ltd
Working with UIView
13
Contact
List
View
Details
Contact
Nikmesoft Ltd
Working with UIView
14
Nikmesoft Ltd
Working with UIView
15
Contact
List
Add
Contact
OK
Contact
Failed
Show
Message
Add Contact
and reload
TableView
Nikmesoft Ltd
Working with UIView
16
Nikmesoft Ltd
Working with UIView
17
What all do I need to do?
Looking for someone to…
Order
Massage
Nikmesoft Ltd
Working with UIView
18
Add
Contact
Added Successfully:(Contact*)contact
Cancelled
Nikmesoft Ltd
Working with UIView
19
Add
Contact
Looking for someone to…
Contact
List
Nikmesoft Ltd
Working with UIView
20
What all do I need to do?
Nikmesoft Ltd
Working with UIView
21
Looking for someone to…
Nikmesoft Ltd
Working with UIView
22
Order
Nikmesoft Ltd
Example 3.1
23
Nikmesoft Ltd
Navigation
UINavigationController
24
Nikmesoft Ltd
UINavigationController
25
Overview
 The UINavigationController is a class which manages a stack of
UIView controllers.
 The nav controller is separate from the UINavigationBar (the bar
that appears at the top of a view);
 A navigation controller may exist without a navigation bar.
Nikmesoft Ltd
UINavigationController
26
Overview
 The UINavigationController is a class which manages a stack of
UIView controllers.
 The nav controller is separate from the UINavigationBar (the bar
that appears at the top of a view);
 A navigation controller may exist without a navigation bar.
Nikmesoft Ltd
UINavigationController
27
Create a UINavigationBar Button
Button with Built-in image
Nikmesoft Ltd
UINavigationController
28
Create a UINavigationBar Button
You can also create a button using one of the built-
in UIBarButtonSystemItem icons
Nikmesoft Ltd
UINavigationController
29
Create a UINavigationBar Button
You with Text
Nikmesoft Ltd
UINavigationController
30
Set the UINavigationBar title
Title
Nikmesoft Ltd
UINavigationController
31
Set the UINavigationBar background
Background Image
Nikmesoft Ltd
UINavigationController
32
Pushing and popping
Nikmesoft Ltd
UINavigationController
33
Window NAV A Push VC 1
window.rootViewController = navA [navA pushViewController vc1];
1. self.navigationBarController
2. self.navigationBar
3. self.navigationItems
1. self.visibleViewcontroller
2. self.viewControllers
Nikmesoft Ltd
UINavigationController
34
Window NAV A Push VC 1
window.rootViewController = navA [navA pushViewController vc1];
1. self.navigationBarController
2. self.navigationBar
3. self.navigationItems
1. self.visibleViewcontroller
2. self.viewControllers
Nikmesoft Ltd
UINavigationController
35
NAV VC 1 VC 2 VC 3 VC 2
Push Push Push Pop
Nikmesoft Ltd
Example 3.2
36
Nikmesoft Ltd
Exercise 3
37
Nikmesoft Ltd
38

More Related Content

PDF
[iOS] Basic UI Elements
PDF
[iOS] Multiple Background Threads
PDF
[iOS] Introduction to iOS Programming
PDF
[iOS] Networking
PPTX
iOS: Overview, Architecture, Development & Versions
PPTX
Linear Regression
PPTX
iOS Basics: Introducing the iPad, iPhone, and iCloud
PDF
[iOS] Data Storage
[iOS] Basic UI Elements
[iOS] Multiple Background Threads
[iOS] Introduction to iOS Programming
[iOS] Networking
iOS: Overview, Architecture, Development & Versions
Linear Regression
iOS Basics: Introducing the iPad, iPhone, and iCloud
[iOS] Data Storage

Viewers also liked (6)

DOC
A seminar report on i cloud
PDF
iOS Application Penetration Testing
PPT
iOS Application Penetration Testing for Beginners
PPTX
Pentesting iOS Applications
PPTX
Ios operating system
PPTX
Apple iOS
A seminar report on i cloud
iOS Application Penetration Testing
iOS Application Penetration Testing for Beginners
Pentesting iOS Applications
Ios operating system
Apple iOS
Ad

Similar to [iOS] Navigation (20)

PPTX
Android and IOS UI Development (Android 5.0 and iOS 9.0)
PDF
iOS: View Controllers
PDF
Session 13 - Working with navigation and tab bar
PDF
아이폰강의(5) pdf
PDF
07 Navigation Tab Bar Controllers
PPT
IOS- Designing with ui tool bar in ios
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
PDF
Ios 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
KEY
занятие6
PDF
iOS Transition Animations The proper way to do it.pdf
PPTX
04 objective-c session 4
PPSX
IPHONE ONLINE TRAINING
PPSX
IPHONE ONLINE TRAINING
PPTX
Building your first iOS app using Xamarin
PDF
Assignment 4 Paparazzi1
PDF
Leaving Interface Builder Behind
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
PPTX
iOS Development (Part 2)
PDF
Beginning iOS6 Development CH06 Multiview Applications
Android and IOS UI Development (Android 5.0 and iOS 9.0)
iOS: View Controllers
Session 13 - Working with navigation and tab bar
아이폰강의(5) pdf
07 Navigation Tab Bar Controllers
IOS- Designing with ui tool bar in ios
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
Ios 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
занятие6
iOS Transition Animations The proper way to do it.pdf
04 objective-c session 4
IPHONE ONLINE TRAINING
IPHONE ONLINE TRAINING
Building your first iOS app using Xamarin
Assignment 4 Paparazzi1
Leaving Interface Builder Behind
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
iOS Development (Part 2)
Beginning iOS6 Development CH06 Multiview Applications
Ad

More from Nikmesoft Ltd (13)

PDF
[Android] Multimedia Programming
PDF
[Android] Android Animation
PDF
[Android] 2D Graphics
PDF
[Android] Services and Broadcast Receivers
PDF
[Android] Web services
PDF
[Android] Multiple Background Threads
PDF
[Android] Maps, Geocoding and Location-Based Services
PDF
[Android] Data Storage
PDF
[Android] Intent and Activity
PDF
[Android] Widget Event Handling
PDF
[Android] Using Selection Widgets
PDF
[Android] Basic Widgets and Containers
PDF
[Android] Introduction to Android Programming
[Android] Multimedia Programming
[Android] Android Animation
[Android] 2D Graphics
[Android] Services and Broadcast Receivers
[Android] Web services
[Android] Multiple Background Threads
[Android] Maps, Geocoding and Location-Based Services
[Android] Data Storage
[Android] Intent and Activity
[Android] Widget Event Handling
[Android] Using Selection Widgets
[Android] Basic Widgets and Containers
[Android] Introduction to Android Programming

Recently uploaded (20)

PDF
Enhancing emotion recognition model for a student engagement use case through...
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
STKI Israel Market Study 2025 version august
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
Configure Apache Mutual Authentication
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Architecture types and enterprise applications.pdf
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PDF
Getting started with AI Agents and Multi-Agent Systems
PPT
Geologic Time for studying geology for geologist
DOCX
search engine optimization ppt fir known well about this
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
Five Habits of High-Impact Board Members
PDF
1 - Historical Antecedents, Social Consideration.pdf
Enhancing emotion recognition model for a student engagement use case through...
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Convolutional neural network based encoder-decoder for efficient real-time ob...
The influence of sentiment analysis in enhancing early warning system model f...
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
STKI Israel Market Study 2025 version august
Hindi spoken digit analysis for native and non-native speakers
Configure Apache Mutual Authentication
Custom Battery Pack Design Considerations for Performance and Safety
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
A contest of sentiment analysis: k-nearest neighbor versus neural network
Architecture types and enterprise applications.pdf
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
Getting started with AI Agents and Multi-Agent Systems
Geologic Time for studying geology for geologist
search engine optimization ppt fir known well about this
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Zenith AI: Advanced Artificial Intelligence
Five Habits of High-Impact Board Members
1 - Historical Antecedents, Social Consideration.pdf

[iOS] Navigation