8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Swift
Swift menu
Swift Tutorial
Apple's modern language for iOS, macOS and server-side apps.
Start the Swift tutorial →
What you'll learn
1. Swift Introduction
What Swift is, Apple's platforms plus server-side Swift, installing it, and hello world.
2. Syntax and Variables
let vs var, optionals with if let and guard let, basic types, and control flow in Swift.
3. OOP in Swift
Struct vs class value/reference semantics, protocols, extensions, and protocol-oriented programming.
4. Advanced Swift
Closures, generics, error handling with throws/try/catch, and ARC and retain cycles.
5. Concurrency with async/await
async/await, Task, async let, TaskGroup, and actors for safe shared mutable state.
6. Testing in Swift
XCTest, XCTestCase with setUp/tearDown, assertions, and testing throwing and async code.
7. Swift Interview Questions
Real Swift interview questions and answers on structs vs classes, optionals, and ARC.