Programming/iOS (93) 썸네일형 리스트형 iOS 기기의 하드웨어 정보 리스트 iOS 기기의 사이즈, 해상도, 출시 버전 등등을 리스트로 기록 해둔 사이트 https://www.innerfence.com/howto/apple-ios-devices-dates-versions-instruction-sets 구글에서 제공하는 아이콘 https://github.com/google/material-design-icons xCode 버전별 다운로드 링크 출처 http://cafe.naver.com/mcbugi/322708 https://developer.apple.com/downloads/ (requires Apple ID to login). Xcode 7 7.1 beta 2: https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_7.1_beta_2/Xcode_7.1_beta_2.dmg 7.0.1 : http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.0.1/Xcode_7.0.1.dmg Xcode 6 6.4: http://developer.apple.com/devce.. POP (에니메이션 엔진) 기사http://www.bloter.net/archives/246975 https://code.facebook.com/projects/642915749111632/pop/ TestFlight 원리 및 사용 방법 http://coronasdk.tistory.com/835 https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/BetaTestingTheApp.html#//apple_ref/doc/uid/TP40011225-CH35-SW2 HTTPS Server Trust Evaluation https://developer.apple.com/library/ios/technotes/tn2232/_index.html 프로그램 실행시 파라메터/환경변수 설정 방법 Arguments 및 Environment를 설정하는 방법 메뉴 > Product > Scheme > Edit Scheme.. http://nshipster.com/launch-arguments-and-environment-variables/ WKWebView 설정하기 iOS8이상 버전부터 지원기존의 스크립트 해석 속도 향상등 UIWebView보다 개선사항이 많아 짐 https://www.youtube.com/watch?v=ZC_rNie61IQ 아래와 같이 설정 - WebKit.framework 추가 후 Optional 설정 (Deplyment Target이 8.0 일 경우, 그 이상 사용하는 경우는 Required로 해도 무방) - 소스 적용MainViewController.h #import @interface MainViewController () @end MainViewController.m- (void)viewDidLoad { [super viewDidLoad]; WKWebView *mainWebView = [[WKWebView alloc] initWithFra.. 이전 1 2 3 4 5 6 7 8 ··· 12 다음