SlideShare a Scribd company logo
Unit 4—Lesson 6:
Intermediate Table Views
Custom table view cells
Go beyond the four predefined styles of UITableViewCell objects 

(Basic, Subtitle, Right Detail, and Left Detail)

• Display additional text or buttons

• Change the location of cell objects

• Add custom row actions

• Make your apps stand out
Create a custom subclass
Custom table view cells
Static table views
Edit table views
.none No control
.delete Delete control
.insert Insert control
Edit table views
1. tableView(_:canEditRowAt:) (optional) 

2. tableView(_:editingStyleForRowAt:) 

3. User taps an editing control

4. tableView(_:commit:forRowAt:)
Permit users to add and edit rows
Edit table views
Use the .insert control on a blank row
or
Add an Add (+) button to the navigation bar and present a
new view controller

Use the new view controller to permit user edits
Row actions
UITableView
Automatic row height
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 44.0
Must have properly set constraints on both the top and bottom of the views
Compression resistance
Content hugging priority
Intermediate Table Views
Unit 4—Lesson 6
Continue to build on the EmojiDictionary project, creating custom cells to display
Lab: Favorite Books
Unit 4—Lesson 6
Implement intermediate table view features into an app that keeps track of your
favorite books.
© 2017 Apple Inc. 

This work is licensed by Apple Inc. under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

More Related Content

What's hot

101 Bloggers Bookkeeping
101 Bloggers Bookkeeping101 Bloggers Bookkeeping
101 Bloggers Bookkeeping
Joan Stewart
 
Tutorial1 eviews_basics
Tutorial1 eviews_basicsTutorial1 eviews_basics
Tutorial1 eviews_basics
BIRASA FABRICE NYIRIMANA
 
Lesson3 Modifying Columns, Rows And Cells
Lesson3 Modifying Columns, Rows And CellsLesson3 Modifying Columns, Rows And Cells
Lesson3 Modifying Columns, Rows And Cellsguevarra_2000
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manualsrv1972
 
Excel%20basic%202 123
Excel%20basic%202 123Excel%20basic%202 123
Excel%20basic%202 123
Ramesh Meti
 
Scmad Chapter05
Scmad Chapter05Scmad Chapter05
Scmad Chapter05
Marcel Caraciolo
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143
Ramesh Meti
 
Charts & tables (Open Office)
Charts & tables (Open Office)Charts & tables (Open Office)
Charts & tables (Open Office)
Anand Charvin
 
E views tutorial
E views tutorialE views tutorial
E views tutorial
Gaurav Sharma
 
Best Excel shortcut keys
Best Excel shortcut keys Best Excel shortcut keys
Best Excel shortcut keys
Trustcore
 
How to delect data with the help of
How to delect data with the help ofHow to delect data with the help of
How to delect data with the help of
Talesun Solar USA Ltd.
 
02.modifying worksheet
02.modifying worksheet02.modifying worksheet
02.modifying worksheet
Steven Alphonce
 
Material 1 introduction to eviews
Material 1 introduction to eviewsMaterial 1 introduction to eviews
Material 1 introduction to eviews
Dr. Vignes Gopal
 
Excel short cut keys and tips remaining
Excel short cut keys and tips remainingExcel short cut keys and tips remaining
Excel short cut keys and tips remaining
Nitin Aggarwal
 
Excel Workshop
Excel WorkshopExcel Workshop
Excel WorkshopNhi Tran
 
3.2 Transitioning to the Results Panel
3.2 Transitioning to the Results Panel3.2 Transitioning to the Results Panel
3.2 Transitioning to the Results Panel
Simon Jackson
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In ExcelBrian Lowery
 
Excel shortcut
Excel shortcutExcel shortcut
Excel shortcut
vignesh vellaisamy
 

What's hot (19)

101 Bloggers Bookkeeping
101 Bloggers Bookkeeping101 Bloggers Bookkeeping
101 Bloggers Bookkeeping
 
Tutorial1 eviews_basics
Tutorial1 eviews_basicsTutorial1 eviews_basics
Tutorial1 eviews_basics
 
Lesson3 Modifying Columns, Rows And Cells
Lesson3 Modifying Columns, Rows And CellsLesson3 Modifying Columns, Rows And Cells
Lesson3 Modifying Columns, Rows And Cells
 
Excel formulas-manual
Excel formulas-manualExcel formulas-manual
Excel formulas-manual
 
Excel%20basic%202 123
Excel%20basic%202 123Excel%20basic%202 123
Excel%20basic%202 123
 
Scmad Chapter05
Scmad Chapter05Scmad Chapter05
Scmad Chapter05
 
Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143Excell%20basic%20training(3) 143
Excell%20basic%20training(3) 143
 
Charts & tables (Open Office)
Charts & tables (Open Office)Charts & tables (Open Office)
Charts & tables (Open Office)
 
E views tutorial
E views tutorialE views tutorial
E views tutorial
 
DuplicatesExcelDemo
DuplicatesExcelDemoDuplicatesExcelDemo
DuplicatesExcelDemo
 
Best Excel shortcut keys
Best Excel shortcut keys Best Excel shortcut keys
Best Excel shortcut keys
 
How to delect data with the help of
How to delect data with the help ofHow to delect data with the help of
How to delect data with the help of
 
02.modifying worksheet
02.modifying worksheet02.modifying worksheet
02.modifying worksheet
 
Material 1 introduction to eviews
Material 1 introduction to eviewsMaterial 1 introduction to eviews
Material 1 introduction to eviews
 
Excel short cut keys and tips remaining
Excel short cut keys and tips remainingExcel short cut keys and tips remaining
Excel short cut keys and tips remaining
 
Excel Workshop
Excel WorkshopExcel Workshop
Excel Workshop
 
3.2 Transitioning to the Results Panel
3.2 Transitioning to the Results Panel3.2 Transitioning to the Results Panel
3.2 Transitioning to the Results Panel
 
Create A Chart In Excel
Create A Chart In ExcelCreate A Chart In Excel
Create A Chart In Excel
 
Excel shortcut
Excel shortcutExcel shortcut
Excel shortcut
 

Similar to Intermediate table views

Grade vi sub word processor tabular presentation unit 2
Grade vi  sub word processor tabular presentation unit 2Grade vi  sub word processor tabular presentation unit 2
Grade vi sub word processor tabular presentation unit 2
Ankita Shirke
 
Session 14 - Working with table view and search bar
Session 14 - Working with table view and search barSession 14 - Working with table view and search bar
Session 14 - Working with table view and search barVu Tran Lam
 
Table views
Table viewsTable views
Table views
SV.CO
 
JAVA Programming: Topic -AWT(Abstract Window Tool )
JAVA Programming: Topic -AWT(Abstract Window Tool )JAVA Programming: Topic -AWT(Abstract Window Tool )
JAVA Programming: Topic -AWT(Abstract Window Tool )
Navya Francis
 
W5_MSEXCEL.pdf
W5_MSEXCEL.pdfW5_MSEXCEL.pdf
W5_MSEXCEL.pdf
ExtremelyDarkness2
 
Tab bar controllers
Tab bar controllersTab bar controllers
Tab bar controllers
SV.CO
 
Learning MS Excel - A Handout
Learning MS Excel - A HandoutLearning MS Excel - A Handout
Learning MS Excel - A Handout
sayyadimran2000
 
Spreadsheets: Add/ Delete Rows & Cells
Spreadsheets: Add/ Delete Rows & CellsSpreadsheets: Add/ Delete Rows & Cells
Spreadsheets: Add/ Delete Rows & Cells
Lois Lindemann
 
MS_Excel_ppt.pptx
MS_Excel_ppt.pptxMS_Excel_ppt.pptx
MS_Excel_ppt.pptx
AyeshaZafar503970
 
Maliram poonia project
Maliram poonia projectMaliram poonia project
Android and IOS UI Development (Android 5.0 and iOS 9.0)
Android and IOS UI Development (Android 5.0 and iOS 9.0)Android and IOS UI Development (Android 5.0 and iOS 9.0)
Android and IOS UI Development (Android 5.0 and iOS 9.0)Michael Shrove
 
Microsoft excel training module
Microsoft excel training moduleMicrosoft excel training module
Microsoft excel training moduleJeff Piontek
 
Les19 Working With Tables
Les19 Working With TablesLes19 Working With Tables
Les19 Working With Tablesguevarra_2000
 
Les19 Working With Tables
Les19 Working With TablesLes19 Working With Tables
Les19 Working With Tablesguevarra_2000
 
UNIT_1_Intro_to_AutoCAD_Interface.ppt
UNIT_1_Intro_to_AutoCAD_Interface.pptUNIT_1_Intro_to_AutoCAD_Interface.ppt
UNIT_1_Intro_to_AutoCAD_Interface.ppt
itzgaya
 
Scroll views
Scroll viewsScroll views
Scroll views
SV.CO
 
Configurations Made Easy: SOLIDWORKS Modify Configurations
Configurations Made Easy: SOLIDWORKS Modify ConfigurationsConfigurations Made Easy: SOLIDWORKS Modify Configurations
Configurations Made Easy: SOLIDWORKS Modify Configurations
CAPINC
 
VensimPLE Quick Reference and Tutorial
VensimPLE Quick Reference and TutorialVensimPLE Quick Reference and Tutorial
VensimPLE Quick Reference and Tutorialjiali zhang
 
Lesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
Lesson 5 Basic Tutorial Data Analysis Software for Flow CytometryLesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
Lesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
Uttam Belbase
 

Similar to Intermediate table views (20)

Table views
Table viewsTable views
Table views
 
Grade vi sub word processor tabular presentation unit 2
Grade vi  sub word processor tabular presentation unit 2Grade vi  sub word processor tabular presentation unit 2
Grade vi sub word processor tabular presentation unit 2
 
Session 14 - Working with table view and search bar
Session 14 - Working with table view and search barSession 14 - Working with table view and search bar
Session 14 - Working with table view and search bar
 
Table views
Table viewsTable views
Table views
 
JAVA Programming: Topic -AWT(Abstract Window Tool )
JAVA Programming: Topic -AWT(Abstract Window Tool )JAVA Programming: Topic -AWT(Abstract Window Tool )
JAVA Programming: Topic -AWT(Abstract Window Tool )
 
W5_MSEXCEL.pdf
W5_MSEXCEL.pdfW5_MSEXCEL.pdf
W5_MSEXCEL.pdf
 
Tab bar controllers
Tab bar controllersTab bar controllers
Tab bar controllers
 
Learning MS Excel - A Handout
Learning MS Excel - A HandoutLearning MS Excel - A Handout
Learning MS Excel - A Handout
 
Spreadsheets: Add/ Delete Rows & Cells
Spreadsheets: Add/ Delete Rows & CellsSpreadsheets: Add/ Delete Rows & Cells
Spreadsheets: Add/ Delete Rows & Cells
 
MS_Excel_ppt.pptx
MS_Excel_ppt.pptxMS_Excel_ppt.pptx
MS_Excel_ppt.pptx
 
Maliram poonia project
Maliram poonia projectMaliram poonia project
Maliram poonia project
 
Android and IOS UI Development (Android 5.0 and iOS 9.0)
Android and IOS UI Development (Android 5.0 and iOS 9.0)Android and IOS UI Development (Android 5.0 and iOS 9.0)
Android and IOS UI Development (Android 5.0 and iOS 9.0)
 
Microsoft excel training module
Microsoft excel training moduleMicrosoft excel training module
Microsoft excel training module
 
Les19 Working With Tables
Les19 Working With TablesLes19 Working With Tables
Les19 Working With Tables
 
Les19 Working With Tables
Les19 Working With TablesLes19 Working With Tables
Les19 Working With Tables
 
UNIT_1_Intro_to_AutoCAD_Interface.ppt
UNIT_1_Intro_to_AutoCAD_Interface.pptUNIT_1_Intro_to_AutoCAD_Interface.ppt
UNIT_1_Intro_to_AutoCAD_Interface.ppt
 
Scroll views
Scroll viewsScroll views
Scroll views
 
Configurations Made Easy: SOLIDWORKS Modify Configurations
Configurations Made Easy: SOLIDWORKS Modify ConfigurationsConfigurations Made Easy: SOLIDWORKS Modify Configurations
Configurations Made Easy: SOLIDWORKS Modify Configurations
 
VensimPLE Quick Reference and Tutorial
VensimPLE Quick Reference and TutorialVensimPLE Quick Reference and Tutorial
VensimPLE Quick Reference and Tutorial
 
Lesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
Lesson 5 Basic Tutorial Data Analysis Software for Flow CytometryLesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
Lesson 5 Basic Tutorial Data Analysis Software for Flow Cytometry
 

More from SV.CO

Handout level-1-module-1
Handout   level-1-module-1Handout   level-1-module-1
Handout level-1-module-1
SV.CO
 
Persistence And Documents
Persistence And DocumentsPersistence And Documents
Persistence And Documents
SV.CO
 
Building complex input screens
Building complex input screensBuilding complex input screens
Building complex input screens
SV.CO
 
Working with the Web: 
Decoding JSON
Working with the Web: 
Decoding JSONWorking with the Web: 
Decoding JSON
Working with the Web: 
Decoding JSON
SV.CO
 
Saving Data
Saving DataSaving Data
Saving Data
SV.CO
 
Alerts notification
Alerts notificationAlerts notification
Alerts notification
SV.CO
 
UI Dynamics
UI DynamicsUI Dynamics
UI Dynamics
SV.CO
 
Practical animation
Practical animationPractical animation
Practical animation
SV.CO
 
Segues and navigation controllers
Segues and navigation controllersSegues and navigation controllers
Segues and navigation controllers
SV.CO
 
Camera And Email
Camera And EmailCamera And Email
Camera And Email
SV.CO
 
Closures
ClosuresClosures
Closures
SV.CO
 
Protocols
ProtocolsProtocols
Protocols
SV.CO
 
App anatomy and life cycle
App anatomy and life cycleApp anatomy and life cycle
App anatomy and life cycle
SV.CO
 
Extensions
ExtensionsExtensions
Extensions
SV.CO
 
Gestures
GesturesGestures
Gestures
SV.CO
 
View controller life cycle
View controller life cycleView controller life cycle
View controller life cycle
SV.CO
 
Controls in action
Controls in actionControls in action
Controls in action
SV.CO
 
Auto layout and stack views
Auto layout and stack viewsAuto layout and stack views
Auto layout and stack views
SV.CO
 
Custom view
Custom viewCustom view
Custom view
SV.CO
 
Displaying data
Displaying dataDisplaying data
Displaying data
SV.CO
 

More from SV.CO (20)

Handout level-1-module-1
Handout   level-1-module-1Handout   level-1-module-1
Handout level-1-module-1
 
Persistence And Documents
Persistence And DocumentsPersistence And Documents
Persistence And Documents
 
Building complex input screens
Building complex input screensBuilding complex input screens
Building complex input screens
 
Working with the Web: 
Decoding JSON
Working with the Web: 
Decoding JSONWorking with the Web: 
Decoding JSON
Working with the Web: 
Decoding JSON
 
Saving Data
Saving DataSaving Data
Saving Data
 
Alerts notification
Alerts notificationAlerts notification
Alerts notification
 
UI Dynamics
UI DynamicsUI Dynamics
UI Dynamics
 
Practical animation
Practical animationPractical animation
Practical animation
 
Segues and navigation controllers
Segues and navigation controllersSegues and navigation controllers
Segues and navigation controllers
 
Camera And Email
Camera And EmailCamera And Email
Camera And Email
 
Closures
ClosuresClosures
Closures
 
Protocols
ProtocolsProtocols
Protocols
 
App anatomy and life cycle
App anatomy and life cycleApp anatomy and life cycle
App anatomy and life cycle
 
Extensions
ExtensionsExtensions
Extensions
 
Gestures
GesturesGestures
Gestures
 
View controller life cycle
View controller life cycleView controller life cycle
View controller life cycle
 
Controls in action
Controls in actionControls in action
Controls in action
 
Auto layout and stack views
Auto layout and stack viewsAuto layout and stack views
Auto layout and stack views
 
Custom view
Custom viewCustom view
Custom view
 
Displaying data
Displaying dataDisplaying data
Displaying data
 

Recently uploaded

Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 

Recently uploaded (20)

Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 

Intermediate table views