Databases: Core Data

Databases: Core Data

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 3h 04m | 1.48 GB

Learn how to create an impressive Application using core data in iOS

This is the most comprehensive, yet straight-forward course for the iOS application programming. Whether you have never programmed before, already know basic syntax, this course is for you! This course will teach you core data in a practical manner, with every lecture. Learn in whatever manner is best for you! We will start by helping you get GoalPost introduction and move towards building GoalPost app. Learn iOS app building in a way that will advance your career and increase your knowledge, all in a fun and practical way!

A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts that will help you understand each part individually and help you learn at your own pace.

What You Will Learn

  • Core Data
  • Building CreateGoalVC
  • Building FinishGoalVC & passing data
  • Fetching data from a persistent store
  • Removing objects from the persistent store
Table of Contents

1Goal Post App – Data Persistence in iOS 12 With Core Data
GoalPost: Intro to App
GoalPost: Creating Xcode Project
Building GoalsVC
Building GoalCell
What is Core Data?
Creating goal core data entity & attributes
Displaying static GoalCells in UITableView
Building CreateGoalVC
Creating a UIViewController extension
Creating a UIView & UIButton extension
Building FinishGoalVC & passing data
Saving goal data to persistent store
Fixing dismissal of FinishGoalVC
Fetching data from persistent store
Removing objects from persistent store
Setting goal progress for UITableViewCell
GoalPost: Challenge