- This repository is for basic app development with swift.
- 스위프트(Swift)를 활용한 간단한 iOS 개발 학습을 위한 저장소입니다.
Contents and practice projects from 'Intro To App Developemnt with Swift' and 'App Development with Swift', provided by Apple Inc.
Self iOS project. The purpose of this project is to provide weather information(temperature, precipitation probability) from different data sources in one screen, helping the users to make better decisions with less effort.
Checkout xcode cheat sheet for finer coding experience!
cmd + shift + L
: Library 메뉴cmd + shift + O
: Open Quickly (빠른 검색)cmd + shift + left, right, up, down
: 해당 방향 커서 나머지 부분 전부 선택cmd + shift + F
: 레퍼런스 검색cmd + shift + J
: 현재 파일 디렉토리 위치로 이동option + left, right
: 단어 단위로 이동cmd + left, right
: 라인 끝으로 이동ctrl + shift + up, down
: 커서 여러 개 생성cmd + B
: Buildcmd + R
: Build and Runcmd + /
: 주석 처리cmd + [
: 해당 라인 코드 왼쪽으로 이동cmd + ]
: 해당 라인 코드 오른쪽으로 이동cmd + shift + option + enter
: Source Control