아이폰 앱 개발 팁(10) : Head First iPhone Development #1 * 본 포스트는 Blog.MissFlash.com에서 작성한 것으로, 원문 저작자의 동의없이 마음대로 퍼가실 수 없습니다. 포스트의 내용이 마음에 드시면 링크를 이용해주시면 감사하겠습니다. > Head First iPhone Development #1 Chapter 1. getting started - Going mobileiDecideViewController.h#import @interface iDecideViewController:UIViewController { IBOutlet UILabel *decisionText; } @property (retain, nonatomic) UILabel *decisionText; - (IBAction)buttonPressed:(id)sender; @end (* .. 더보기 이전 1 ··· 53 54 55 56 57 58 59 ··· 610 다음