App-Dev World

I'm a new iOS app developer. I'm going to record my programming learning process here, mainly in Swift language. Hope we can help each other:)

View on GitHub
1 June 2025

Swift Core Fundamentals

by Neoren

History

Core syntax

Basic types

Control flow

Function and closure

Class and structure

Enumeration

Protocol

Error handling

Memory management

ARC (Automatic Reference Counting)

Advanced features

Generics

Extensions

Higher order funcitons

Standard library

Common data structures

String manipulation

Date

URL

JSON parsing

tags: iOS - Swift