Swift Basic Syntax

변수와 상수 (Variables and Constants) 변수 (Variables) 변수는 값이 변경될 수 있는 저장 공간을 의미합니다. Swift에서 변수는 var 키워드를 사용하여 선언합니다. 상수 (Constants) 상수는 값이 한 번 설정되면 변경될 수 …

Swift Xcode Installing Setting

Xcode 설치 및 설정 (Installing and Setting Up Xcode) Xcode 설치 (Installing Xcode) Xcode 초기 설정 (Initial Setup of Xcode) Swift Playground 사용법 (Using Swift Playground) Swift Playground 시작 (Getting …

Swift Intro

스위프트 소개 – Introduction to Swift 스위프트란 무엇인가? – What is Swift? 스위프트는 애플이 개발한 프로그래밍 언어로, 주로 iOS, macOS, watchOS, 및 tvOS 애플리케이션을 개발하는 데 사용됩니다. Swift는 안전성, 성능, …