Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 4.4 KB

readme.md

File metadata and controls

75 lines (61 loc) · 4.4 KB

iOS Development

Introduction

Introduction To Swift

iOS Development Course

SwiftUI (Recommend First):

UIKit:

View Navigation

Networking

JSON Parsing

Database

Dependancy Manager

Concurrency

Architectures & Design Patterns

Most Useful Tools

  • Xcode Tools & Tricks: Learn Xocde most essential tools for iOS development.
  • SourceTree: A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.
  • QuickType.io: Convert JSON data into Swift model.
  • Diawi: Deploy and test application directly to the devices.
  • App icon Generator: Generate app icons for different devices.
  • Device Shots: Design device mockups with the screenshot of your website or mobile application.
  • Transporter: Deplay your iOS applications super fast.

Practice Projects

  • Liquid Coder: Amazing SwiftUI projects for beginners.
  • Kevsoft: Design complex and beautiful UI in SwiftUI.
  • Spotify Clone: Complete step by step process to build spotify clone in UIKit.

Most Useful Links