objective c 썸네일형 리스트형 [Iphone] 홈버튼 눌렀을시 종료 시키기 ...AppDelegate.m 파일 내에서 - (void)applicationDidEnterBackground:(UIApplication *)application { exit(0);//백그라운드로 갈때 프로그램 종료 시킴 작성 } 더보기 [iPhone] webview 에 화면 출력 IBOutlet UIWebView* _web; IBOutlet UIViewController * _ViewWeb; NSString *strurl = @"http://....... 링크 주소 "; NSURL *url = [NSURL URLWithString: strurl]; NSURLRequest *request = [NSURLRequest requestWithURL: url]; [_web loadRequest:request]; self.view = _ViewWeb.view; 더보기 이전 1 다음