Programming (140) 썸네일형 리스트형 iOS Human Interface Guidelines 애플 공식 디자인 가이드 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1 unsigned된 ipa파일 재 signing하는 방법 command로 설정하는 방법http://stackoverflow.com/questions/6896029/re-sign-ipa-iphone iReSign 툴을 통해 재 설정하는 방법http://dev.mlsdigital.net/posts/how-to-resign-an-ios-app-from-external-developers/https://github.com/maciekish/iReSign iOS App 리뷰 시간 측정 현재 iOS 앱 리뷰 시간이 얼마나 걸리는지대략적으로 알 수 있다 공식적인 사이트는 아니고 유저들이 평균 심사일을 올려주면 그것을 가지고 통계내서 보여주는 사이트 앱 검사 일정 잡는데 도움이 될 듯 하다 http://appreviewtimes.com/ Git branch 작업 기준 https://backlogtool.com/git-guide/kr/stepup/stepup1_5.html 프로비저닝 파일 검사 How to tell what profile/signing certificate was used to sign .ipa? http://stackoverflow.com/questions/14881126/how-to-tell-what-profile-signing-certificate-was-used-to-sign-ipa iOS 기기의 하드웨어 정보 리스트 iOS 기기의 사이즈, 해상도, 출시 버전 등등을 리스트로 기록 해둔 사이트 https://www.innerfence.com/howto/apple-ios-devices-dates-versions-instruction-sets Navigation Drawer Activity 제작 http://blog.teamtreehouse.com/add-navigation-drawer-android ActionBar의 상단 뒤로가기 버튼 추가 onCreate에 다음 추가 getSupportActionBar().setDisplayHomeAsUpEnabled(true); 이전 1 ··· 4 5 6 7 8 9 10 ··· 18 다음