Skip to content

In this episode of "Your First Table View", we are going to learn how to add a "Swipe to delete" interaction to our cells, alongside other additional actions. Besides, we will learn how to add a "Pull to refresh" control to refresh our table when pulling from the top of the view.

DigitalLeaves/Your-First-Table-View-III-Advanced-Topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

My First Table View (III): Cell Actions and Pull To Refresh

Sample code for the tutorial "Your First Table View (III)" from Digital Leaves (https://digitalleaves.com)

Welcome back! In this episode of "Your First Table View", we are going to learn how to add a "Swipe to delete" interaction to our cells, alongside other additional actions. Besides, we will learn how to add a "Pull to refresh" control to refresh our table when pulling from the top of the view.

In the previous episodes, we learned the basics of UITableView, Index Paths, Data Sources and Delegates, alongside how to create custom cells and allow our users to select then to transition to new view controllers. You might want to read them first if you have never defined or worked with table views in iOS.

About

In this episode of "Your First Table View", we are going to learn how to add a "Swipe to delete" interaction to our cells, alongside other additional actions. Besides, we will learn how to add a "Pull to refresh" control to refresh our table when pulling from the top of the view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages