Programming/iOS2 Apple Login (Sign In With Apple) 구현하기 2020년 4월부터 소셜 로그인 기능 만으로 로그인이 되는 App은 애플 로그인을 지원해야 한다. https://developer.apple.com/app-store/review/guidelines/#sign-in-with-apple App Store Review Guidelines - Apple Developer App Store Review Guidelines Apps are changing the world, enriching people’s lives, and enabling developers like you to innovate like never before. As a result, the App Store has grown into an exciting and vibrant ecosyste.. 2020. 2. 23. [Swift] Automatic Reference Counting 내용 요약 Official Document:https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/AutomaticReferenceCounting.html ARC. Automatic Reference Counting. ARC는 class의 인스턴스가 할당될 때부터 메모리 상태를 추적한다. (struct, enum은 해당하지 않는다.) class 내의 property, constant, variables가 더 이상 사용되지 않을 때 메모리를 해제하게 된다. 평상시에는 별다른 조취를 취하지 않아도 메모리를 해제하게 되지만, 두 개 이상의 인스턴스가 서로를 참조하고 있을 경우(strong ref.. 2018. 3. 16. 이전 1 다음