koirpraw / pk-swift-learningKit

This swift learning kit consists of multiple xcode project, that starts at the very begineer level concepts in iOS/swift development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWIFT learning Kit for Beginner iOS Developers

Introduction

This repository is a collection of Swift learning materials for beginner iOS developers. Consists of:

  • Hello World App ( The most basic first starter app to get the feel of Xcode and Swift. This blank slate is great to explore the directories,file structures and different file extensions and what they all mean and do. ).
  • basic-layout-app ( A simple app to get the feel of AutoLayout and StackViews. Get a grasp of how layput is done in swift ).
  • demo-counter-app ( A simple app to get the feel of how to use buttons and labels in swift. Introduction to concept of variables and functions. A stepping stone to concept of state ).
  • page-navigation-app ( A simple app to get the feel of how to nav igate between pages in swift.Navigate between 2 pages using NavigationLink).

App ScreenShots

Basic Layout App Basic Page Navigation App
basic layout app xcode-basicNavigationApp

About

This swift learning kit consists of multiple xcode project, that starts at the very begineer level concepts in iOS/swift development.


Languages

Language:Swift 100.0%