아이폰 앱 개발 팁(7) : Stanford Lecture #8 * 본 포스트는 Blog.MissFlash.com에서 작성한 것으로, 원문 저작자의 동의없이 마음대로 퍼가실 수 없습니다. 포스트의 내용이 마음에 드시면 링크를 이용해주시면 감사하겠습니다. > Stanford Lecture #8 * Using a Scroll View // Create with the desired frame CGRect frame = CGRectMake(0, 0, 200, 200); // Add subviews frame = CGRectMake(0, 0, 500, 500); myImageView = [[UIImageView alloc] initWithFrame:frame]; [scrollView addSubview:myImageView]; // Set the content size sc.. 더보기 이전 1 ··· 63 64 65 66 67 68 69 ··· 610 다음