전체 글 (184) 썸네일형 리스트형 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 UIWebView에 Cookie 실어 보내기 http://www.picomax.net/xe/study/22881 iOS에서 쿠키를 사용하는 방법에 대한 소개http://maskkwon.tistory.com/193 맥북에서 Fiddler 사용하기 설치http://fiddler.wikidot.com/monohttp://www.mono-project.com/download/ 사용법http://www.engadget.com/2011/02/21/how-to-inspect-ioss-http-traffic-without-spending-a-dime/ presentModalViewController 호출 시 hierarchy 오류 UINavigationViewController내의 modalView가 최상위로 올려져 있는 상태에서 다시 modalView를 호출하려고 하면 Warning이 날 수 있습니다. 이는 modalView위에서 presentModalViewController를 호출해야하는데 UINavigationViewController에서 다시 호출하려고 하다 그런 문제가 생기기 때문입니다. Warning: Attempt to present on whose view is not in the window hierarchy! 위의 에러가 났을 경우에는 아마 대부분 이렇게 호출을 했을 것입니다. [self presentModalViewController:test2.. Node.js를 통한 Push Test http://blog.saltfactory.net/node/implementing-push-notification-service-for-ios.html 이전 1 ··· 7 8 9 10 11 12 13 ··· 23 다음