2019년 1월 4주 개발 자료 모음집 - iOS, Swift
21 January 2019
※ 본 글에 링크된 글들은 꼭 최신 자료이지 않을 수 있습니다.
※ 본 글은 해당 주간동안 계속 업데이트되며, 자료 제보도 받습니다.
iOS
- iOS Conference SG 2019
- Coordinator: the missing pattern in UIKit
-
WWDC 2014 - Advanced iOS Application Architecture and Patterns
- xed 명령어를 이용하여 Workspace 파일을 바로 열기
Xcode in 10 Seconds, day 4: Opening Xcode. If you’re in a folder that has both a workspace and a project, use “xed .” to open the workspace in Xcode. If there were only a project, that would have been opened instead. pic.twitter.com/OkzeJ8xu3k
— Paul Hudson (@twostraws) 2019년 1월 4일
- Xcode 프로젝트의 Build Settings의 각 항목의 설명을 보는 팁
- 옵션 버튼을 누른 상태에서 더블 클릭하면 설명이 나옴.
Pro tip: Wondering about an unfamiliar Xcode build setting? Try option+double clicking on it in the target editor for a descriptive tooltip. pic.twitter.com/52ArF5zDKr
— Brian Croom (@aikoniv) 2016년 11월 6일 - Xcode 10.2 beta Release
- iOS 12.2 부터는 Swift 라이브러리가 안들어가서 앱 용량이 줄 거라고 예상됨 - Twitter
- Swift 5를 사용할 수 있음.
- Xcode에서 디버깅시 LLDB를 콘솔 창이 아닌 터미널에서 열 수 있을 꺼라 예상됨 - Twitter
- dependency cycle로 인한 컴파일 에러가 수정된 것으로 보임.
- 메모리 관리 강화 - 메모리 릭 발생하면 알려줄 것으로 보여짐.
- LLDB 디버거에 frame variable, v 명령어가 추가됨, p 또는 po 보다 더 빠르다고 함.
- Xcode coverage reports 차이를 지원하는 xccov 명령어가 추가됨.
Tools
- MONODRAW - README나 주석에 들어가는 그림 제작 툴, $9.99
일반
-
- AWS를 이용해서 Serverless Architecture를 구현하여 코드에 집중하도록 함.