Skip to content

Self iOS project (WeatherMen) + Code snapshots and materials from "Intro to App Development with Swift" and "App Development with Swift" provided by Apple Inc.

Notifications You must be signed in to change notification settings

zacinthepark/app-development-with-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

App-Development-With-Swift


  • This repository is for basic app development with swift.
  • 스위프트(Swift)를 활용한 간단한 iOS 개발 학습을 위한 저장소입니다.

Contents


App Development With Swift

Contents and practice projects from 'Intro To App Developemnt with Swift' and 'App Development with Swift', provided by Apple Inc.

WeatherMen

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.

Xcode Cheat Sheet


Checkout xcode cheat sheet for finer coding experience!

xcode-cheat-sheet

  • 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: Build
  • cmd + R: Build and Run
  • cmd + /: 주석 처리
  • cmd + [: 해당 라인 코드 왼쪽으로 이동
  • cmd + ]: 해당 라인 코드 오른쪽으로 이동
  • cmd + shift + option + enter: Source Control

About

Self iOS project (WeatherMen) + Code snapshots and materials from "Intro to App Development with Swift" and "App Development with Swift" provided by Apple Inc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages