Skip to content

ahmetbostanciklioglu/SwiftTutorialKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 

Repository files navigation

📚 SwiftTutorialKit

A curated index of bite-sized Swift learning repositories for iOS development

Platform iOS Swift Xcode Stars Last commit

📖 Overview

SwiftTutorialKit is a helper kit for learning iOS development in Swift. It acts as a single starting point that links out to focused, standalone repositories — each one covering a single Swift language concept. Instead of one large tutorial, the material is split into small, runnable examples you can explore one topic at a time.

✨ Features

  • 🗂️ A single, organized index of Swift learning topics with direct links to each repository.
  • 🧩 Each topic lives in its own standalone repo, so you can clone only what you need.
  • 🎯 Coverage spans the fundamentals through more advanced Swift features (see the list below).
  • 🍏 Aimed at iOS developers who want concise, concept-by-concept reference material.

🧭 Topics

The kit links to individual repositories grouped by concept:

Basics & Types

Types & Structure

Closures

Protocols

Optionals

🚀 Getting Started

Clone this index repository:

git clone https://github.com/ahmetbostanciklioglu/SwiftTutorialKit.git

Then pick a topic above and clone the repository you want to study, for example:

git clone https://github.com/ahmetbostanciklioglu/Optionals.git

Open the example project in Xcode and press Command-R to build and run it.

📋 Requirements

  • macOS with Xcode installed
  • Swift 5+
  • Basic familiarity with iOS development

🧑‍💻 Author

Ahmet Bostancıklıoğlu@ahmetbostanciklioglu · ahmetbostancikli@gmail.com

⭐ If this helped you, consider giving the repo a star!

About

A curated index of bite-sized Swift learning repositories covering core iOS development concepts

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors