아이폰 앱 개발 팁(4) : Stanford Lectures #4-5 * 본 포스트는 Blog.MissFlash.com에서 작성한 것으로, 원문 저작자의 동의없이 마음대로 퍼가실 수 없습니다. 포스트의 내용이 마음에 드시면 링크를 이용해주시면 감사하겠습니다. > Stanford Lecture #4 * Getters and Setters - (int)age; - (void)setAge:(int)age; * Properties allow access to setters and getters through dot syntax @property age; int theAge = person.age; person.age = 21; * Various methods of UIApplicationDelegate - (void)applicationDidFinishLaunching:(UIAp.. 더보기 이전 1 ··· 68 69 70 71 72 73 74 ··· 610 다음