프로그래밍 이야기/아이폰 개발을 공부하며
Drawing and Printing Guide for iOS 를 보면서...
onlyTheOne
2012. 1. 17. 18:54
반응형
요즘 Apple 의 가이드 및 레퍼런스를 문서를 최대한 많이 보려 한다.
그중 중요한 사항을 기록 해 두려한다.
-> The UIKit classes are generally not thread safe. All drawing-related operations
should be performed on your application's main thread.
그중 중요한 사항을 기록 해 두려한다.
-> The UIKit classes are generally not thread safe. All drawing-related operations
should be performed on your application's main thread.
반응형