Learn iOS Development

Develop native iOS apps for iPhone and iPad using Swift and Xcode, and publish them on the App Store for millions of users to download.
  1. Core Data 그리고 Swift: 동시 실행(Concurrency)

    Core Data 그리고 Swift: 동시 실행(Concurrency)

    Tutorial Advanced

    만약 여러분이 작거나 간단한 어플을 개발한다면, 여러분은 아마도 background에서 Core Data operation들을 실행하는 이익을 볼 수 없다. 그러나, 만약 여러분이 여러분의 어플이 처음 런치됬을 때 main 쓰레드에서 수백 또는 수천개의 레코드를 불러온다면? 결과는...