IOS17 [iOS] 메타데이터 수정 메타데이터 . 어플 소개 이미지는 https://itunesconnect.apple.com/에서 새 빌드 버전을 올릴때만 수정 가능하다. ㅜㅜ 2015. 12. 18. error [iOS] method possibly missing a super dealloc call - (void)dealloc{ [self stopNotifier]; if (_reachabilityRef != NULL) { CFRelease(_reachabilityRef); } [super dealloc]; } [super dealloc]; 추가 ㅡ0ㅡ 2015. 12. 17. iOS Open Source [iOS] 출처 : http://rainyi.net/tc/ http://michael.stapelberg.de/cCSVParse http://www.cocoacontrols.com/platforms/ios/controls/ddpagecontrol http://iphonedevelopment.blogspot.com/2010/05/custom-alert-views.htmlhttp://joris.kluivers.nl/iphone-dev/?p=CustomAlert: ID/PW 입력http://stackoverflow.com/questions/833392/showing-a-alertview-with-a-textbox-in-iphonehttp://www.cocoacontrols.com/platforms/ios/controls.. 2015. 12. 17. iPhone, ipad 화면 가로, 세로 고정 [ios] 아이폰을 개발하다 보면 회전을 한다든지 세로 또는 가로 고정으로 해야 할 때가 있습니다. 아래 코드는 UIViewController 에서 모든 방향으로 회전이 가능한 코드입니다. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return YES; } UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight retu.. 2015. 12. 17. 이전 1 2 3 4 5 다음