وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Mastering iOS App Development with SwiftUI and Databases

سرفصل های دوره

Unlock the Full Potential of iOS App Development with Advanced Techniques and Best Practices


1 - 00a Prerequisite Introduction to Xcode
  • 1 - 00 Intro And Demo
  • 2 - 01 General Interface Intro
  • 3 - 02 File System Introduction
  • 4 - 03 Viewcontroller Intro
  • 5 - 04 Storyboard File Intro
  • 6 - 05 Connecting Outlets And Actions
  • 7 - 06 Running An Application
  • 8 - 07 Debugging An Application
  • 9 - Source Files.html
  • 9 - XCode-Intro.zip

  • 2 - 00b Prerequisite Swift Language Basics 01 Variable and Constants
  • 10 - 00 Language Basics Topics List
  • 11 - 00 Learning Goals
  • 12 - 01 Intro To Variables And Constants
  • 13 - 02 Primitive Types
  • 14 - 03 Strings
  • 15 - 04 Nil Values
  • 16 - 05 Tuples
  • 17 - 06 Type Conversions
  • 18 - 07 Assignment Operators
  • 19 - 08 Conditional Operators
  • 20 - 01 Source Files.html
  • 20 - 01-Source-Files.zip

  • 3 - 00b 02 Collection Types
  • 21 - 00TopicsListAndLearningObjectives
  • 22 - 01 Intro To Collection Types
  • 23 - 02 Creating Arrays
  • 24 - 03 Common Array Operations
  • 25 - 04 Multidimensional Arrays
  • 26 - 05 Ranges
  • 27 - 02 Source Files.html
  • 27 - 02-Soruce-Files.zip

  • 4 - 00b 03 Control flow
  • 28 - 00 Topics List And Learning Objectives
  • 29 - 01 Intro To If And Else Statements
  • 30 - 02 Else If Statements
  • 31 - 03 Multiple Simultaneous Tests
  • 32 - 04 Intro To Switch Statements
  • 33 - 05 Advanced Switch Statement Techniques
  • 34 - 06 Testing For Nil Values
  • 35 - 07 Intro To While Loops
  • 36 - 08A Intro To ForIn Loops
  • 37 - 08B Intro To ForIn Loops Contd
  • 38 - 09 Complex Loops And Loop Control Statements
  • 39 - 03 Source Files.html
  • 39 - 03-Source-Files.zip

  • 5 - 00b 04 Functions
  • 40 - 00 Topics List And Learning Objectives
  • 41 - 01 Intro To Functions
  • 42 - 02 Function Parameters
  • 43 - 03 Return Statements
  • 44 - 04A Parameter Variations Argument Labels
  • 45 - 04B Parameter Variations Default Values
  • 46 - 04C Parameters Variations Inout Parameters
  • 47 - 04D Parameter Variations Variadic Parameters
  • 48 - 05 Returning Multiple Values Simultaneously
  • 49 - 04 Source Files.html
  • 49 - 04-Source-Files.zip

  • 6 - 00b 05 Classes Struct and Enums
  • 50 - 00 Topics List And Learning Objectives
  • 51 - 01 Intro To Classes
  • 52 - 02A Properties As Fields Add To Class Implementation
  • 53 - 02B Custom Getters And Setters
  • 54 - 02C Calculated Properties
  • 55 - 02D Variable Scope And Self
  • 56 - 02E Lazy And Static Variables
  • 57 - 03A Behaviour And Instance Methods
  • 58 - 03B Class Type Methods
  • 59 - 04 Class Instances As Field Variables
  • 60 - 05A Inheritance Subclassing And Superclassing
  • 61 - 05B Overriding Initializers
  • 62 - 05C Overriding Properties
  • 63 - 05D Overriding Methods
  • 64 - 06 Structs Overview
  • 65 - 07 Enumerations
  • 66 - 08 Comparisons Between Classes Structs And Enums
  • 67 - 05 Source files.html
  • 67 - Source-files.zip

  • 7 - 00c Prerequisite Introduction to SwiftUI 01 SwiftUI Overview
  • 68 - 01 What Is SwiftUI
  • 69 - 01-Source-Files.zip
  • 69 - Source Files.html

  • 8 - 00c 02 Build an App with Basic View Objects
  • 70 - 01 Build A Text Object
  • 71 - 02 Build An Image Object
  • 72 - 03 Add An Image From The Web
  • 73 - 04 Add An Image From The Web
  • 74 - 05 Build A Button
  • 75 - 06 Build A Toggle Button
  • 76 - 07 Build A Slider
  • 77 - 08 Build A View From A Collection
  • 78 - 02-Source-Files.zip
  • 78 - Source Files.html

  • 9 - 00c 03 Build Layout Objects
  • 79 - 01 Customize Stack Layouts
  • 80 - 02 Control Spacing Around Views
  • 81 - 03 Force Views To One Side
  • 82 - 04 Layer Views On Top Of Each Other
  • 83 - 03-Source-Files.zip
  • 83 - Source Files.html

  • 10 - 00c 04 Build Events
  • 84 - 01 Read Text From A Textfield
  • 85 - 02 Build A Secure Password Field
  • 86 - 03 Read Values From A Slider
  • 87 - 04-Source-Files.zip
  • 87 - Source Files.html

  • 11 - Set Up and Authenticate Firebase in iOS SwiftUI App
  • 88 - Introduction
  • 89 - App Setup
  • 90 - How To Set Up Firebase And Install The Firebase Pods
  • 91 - Adding The Firebase Initialization Code And Trouble Shooting
  • 92 - Designing The Log In Sign Up Screen
  • 93 - Connecting Firebase With Login And Signup Screen
  • 94 - Navigating The User After Successful Authentication And Sign Out
  • 95 - 01 Source Code.html
  • 95 - 01-Source-Code.rar

  • 12 - Design SwiftUI for iOS Chat App
  • 96 - 1 Designing Title Row Component
  • 97 - 2 Designing Message Bubble Component
  • 98 - 3 Designing Message Field Component
  • 99 - 02 Source Code.html
  • 99 - 02-Source-Code.zip

  • 13 - Build Firestore Database for SwiftUI iOS Chat App
  • 100 - 1 Setting Up Firestore Database And Adding Messages Manager
  • 101 - 2 Showing Fetched Data In The App With Realtime Updates
  • 102 - 3 Handling The Message Send Function
  • 103 - 1 Scroll To Bottom And Clearing The Message Box
  • 104 - 03 Source Files.html
  • 104 - 03-Source-Files.zip

  • 14 - Build User Defaults for Local Data Persistence in SwiftUI Chat App
  • 105 - 1 Completing The UI
  • 106 - 2 Move And Delete Functionality
  • 107 - 3 Add Functionality
  • 108 - 4 Saving And Retrieving Data Using User Defaults
  • 109 - 04 Source Code.html
  • 109 - 04-Source-Code.zip

  • 15 - Build Core Data for Local Data Persistence in SwiftUI Chat App
  • 110 - 1 Introduction And App Setup
  • 111 - 2 Configuring The Main View
  • 112 - 3 Configuring The Inside View
  • 113 - 05 Source Code.html
  • 113 - 05-Source-Code.zip
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 12233
    حجم: 8298 مگابایت
    مدت زمان: 1180 دقیقه
    تاریخ انتشار: 28 اردیبهشت 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید