Download link
File List
-
1. App Setup + The WelcomeController/13. Build a Custom UIButton Subclass.mp4 214.68 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/6. Core Data Bug Fixes.mp4 204.69 MB
1. App Setup + The WelcomeController/10. How to Use Custom Fonts in Xcode 9 and Swift 4.mp4 199.07 MB
1. App Setup + The WelcomeController/2. Setting Up Our Application in appDelegate.swift without storyboards.mp4 193.67 MB
1. App Setup + The WelcomeController/1. Instructor & Course App Overview.mp4 193.1 MB
2. Build The Header, Add Button, and Write Your First Protocol/3. Placing Header GDLabels in the GDHeaderView.mp4 186.54 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/3. How to Fetch an Array or Collection from CoreData stores..mp4 172.94 MB
5. Header Fixes + Add New Item Popup View/7. Bug Fixes.mp4 168.73 MB
5. Header Fixes + Add New Item Popup View/2. Protocol Refactor.mp4 167.85 MB
5. Header Fixes + Add New Item Popup View/9. More Bug Fixes.mp4 167.48 MB
4. Custom UITableView with Other Concepts/9. Using A UITextField instead of a UILabel in the GDListCell class.mp4 162.7 MB
1. App Setup + The WelcomeController/4. Build a Custom Gradient UIView by overriding CALayer as CAGradientLayer.mp4 147.58 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/12. Cancel Functionality and Keyboard TextField Animation Extension.mp4 145.39 MB
1. App Setup + The WelcomeController/9. Build a Custom UILabel Subclass.mp4 135.43 MB
5. Header Fixes + Add New Item Popup View/4. Animating Views Off and On The Screen..mp4 133.27 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/4. Creating a Custom UITextField Subclass and Placing It In Our View.mp4 133.12 MB
2. Build The Header, Add Button, and Write Your First Protocol/7. How to Write a Custom Protocol for our GDHeaderView.mp4 131.46 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/1. Building a PopupView by Subclassing GDGradient..mp4 130.27 MB
7. NSUserDefaults/1. Using NSUserDefaults to Determine if the Application has Been Opened Before..mp4 126.72 MB
4. Custom UITableView with Other Concepts/15. Using More than One Section in A UITableView with Titles.mp4 122.38 MB
1. App Setup + The WelcomeController/14. Button Animations Using CGAffineTransform.mp4 122.02 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/2. PopupView Buttons.mp4 121.73 MB
4. Custom UITableView with Other Concepts/7. Using ToDo Data in UITableViewCells.mp4 120.33 MB
4. Custom UITableView with Other Concepts/8. How to add Space Between UITableViewCells.mp4 118.98 MB
4. Custom UITableView with Other Concepts/19. Updating ToDo ListData.mp4 114.06 MB
1. App Setup + The WelcomeController/8. Creating and Placing the App Title Label on the Welcome Screen.mp4 113.2 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/6. Adding Insets to our Custom UITextField.mp4 111.67 MB
4. Custom UITableView with Other Concepts/17. Filtering Item Data In Sections Correctly.mp4 105.33 MB
2. Build The Header, Add Button, and Write Your First Protocol/6. How to Use Swift OptionSet(s) to Make our Front-end App Scale with Ease.mp4 104.1 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/7. Using NSNotificationCenter to Retrieve Keyboard Height.mp4 104.05 MB
4. Custom UITableView with Other Concepts/4. How to Put Unique Data Within A UITableViewCell.mp4 101.88 MB
1. App Setup + The WelcomeController/12. Copyright Label.mp4 101.55 MB
4. Custom UITableView with Other Concepts/3. How to Use UITableViewCells in a UITableView.mp4 101.47 MB
4. Custom UITableView with Other Concepts/18. Writing a Protocol for the GDListCell.mp4 101.37 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/2. Inserting New ToDo Entities Into the CoreData View Context.mp4 100.05 MB
1. App Setup + The WelcomeController/5. UIColor Extensions + Convenience Initializers.mp4 97.1 MB
4. Custom UITableView with Other Concepts/11. Build a CheckBox Control.mp4 95.11 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/1. Intro to Core Data and setup..mp4 94.86 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/4. More on Entities + Brief Refactoring to Utilize Our New ToDo Model..mp4 93.2 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/10. Creating a Custom Protocol Delegate for the NewItemPopupView Class.mp4 92.66 MB
4. Custom UITableView with Other Concepts/13. How to Use Custom Icons In your Apps.mp4 92.24 MB
5. Header Fixes + Add New Item Popup View/8. UILayoutConstraint Animations.mp4 89.26 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/9. Implementing the UITextFieldDelegate.mp4 85.99 MB
4. Custom UITableView with Other Concepts/6. Building a ToDo Data Structure.mp4 85.55 MB
5. Header Fixes + Add New Item Popup View/1. Status Bar Color and Header Insets.mp4 85.44 MB
2. Build The Header, Add Button, and Write Your First Protocol/2. Placing our Custom HeaderView in the ListController.mp4 85.02 MB
2. Build The Header, Add Button, and Write Your First Protocol/4. OptionSet(s) In Swift.mp4 84.27 MB
2. Build The Header, Add Button, and Write Your First Protocol/5. Placing the Add Button Using UIlayoutConstraints (auto-layout in code).mp4 82.99 MB
1. App Setup + The WelcomeController/7. Static UIColor Class Variables + Why I am Teaching You The Way I Am.mp4 82.57 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/5. Deleting Data From CoreData.mp4 81.76 MB
5. Header Fixes + Add New Item Popup View/6. Adding Functionality to the Cancel Button.mp4 78.48 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/5. Styling our Custom UITextField Class.mp4 75.17 MB
1. App Setup + The WelcomeController/11. Putting the Welcome Message On The Screen.mp4 74.56 MB
4. Custom UITableView with Other Concepts/12. How to Toggle the CheckBox Button.mp4 72.42 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/11. Pass UITextField Text Through a Protocol Method to the ListController.mp4 68.62 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/3. Placing the Add Button and Giving our Buttons Selectors.mp4 68.3 MB
4. Custom UITableView with Other Concepts/1. Build a Custom UITableView.mp4 66.34 MB
4. Custom UITableView with Other Concepts/10. Adding Insets our UITableView.mp4 65.87 MB
4. Custom UITableView with Other Concepts/16. Using the Map and ForEach Functions in Swift to Count Cells based on ToDo Status.mp4 65.35 MB
4. Custom UITableView with Other Concepts/14. How to Toggle the CheckBox PT 2.mp4 65.11 MB
5. Header Fixes + Add New Item Popup View/5. Setting Corner Radius on Specific Corners.mp4 64.54 MB
1. App Setup + The WelcomeController/6. Custom Hex Color Code Initializer.mp4 63.3 MB
1. App Setup + The WelcomeController/3. Introduction to AutoLayout Constraints Programmatically.mp4 63.04 MB
1. App Setup + The WelcomeController/15. Programmatic ViewController Navigation Without Storyboards.mp4 61.63 MB
4. Custom UITableView with Other Concepts/2. Using AutoLayout to Place The TableView in the ListController.mp4 54.19 MB
3. Build a Popup View to Allow Users The Ability to Add ToDos/8. Animating Views With CGAffineTransform and UIViewAnimations.mp4 53.36 MB
6. Core Data. A Solid Introduction (basic models, entities, fetch queries + more)/7. Core Data WrapUp (for now).mp4 51.13 MB
2. Build The Header, Add Button, and Write Your First Protocol/1. Custom Header UIView.mp4 44.68 MB
4. Custom UITableView with Other Concepts/5. Build a Custom UITableViewCell.mp4 43.57 MB
5. Header Fixes + Add New Item Popup View/3. Updating The HeaderView Items Left Label with the Amount of Items Left ToDo..mp4 40.3 MB
Download Info
-
Tips
“Udemy iOS 11 Swift 4 build a To Do List App” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.