본문 바로가기

Programming/iOS

(92)
구글에서 제공하는 아이콘 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..
Fuse(UX tool suite) sitehttps://www.fusetools.com/ tool(sublimetext)http://www.sublimetext.com/3 learn(Youtube)https://www.youtube.com/channel/UCPizp_2dBkLlXRFnbieG3Qw install to osxhttps://www.youtube.com/watch?v=ADCHp9mluIs

반응형