Source Tree & Git hub 연동 (서우리 프로젝트)
Source Tree & Git hub 연동 (서우리 프로젝트) 1. git repository 생성 후(gitignore 환경은 swift로 설정해준 이후, gitignore 설정사항 복사해둔 뒤 gitignore 삭제) # gitignore는 미리 복사해둔(원격저장소에 생성한 gitignore)로 SourceTree에서 로컬에 직접 설정해줄것임) 2. Source Tree에서 로컬저장소 생성 3. Seouri 더블클릭 -> 설정 -> 원격저장소 등록 4. Remote 저장소에서 일단 Pull로 당겨옴 5. Remote 저장소(Seouri master branch)로 로컬 master branch push
Git
2017. 9. 20. 15:51
rating popup
rating popup 을 구현하면 앱스토어에 올라가 있는 앱의 별점을 올리는데 큰 효과가 있다고 한다. 본문 링크 : [https://medium.com/huggingface/instagram-doubled-its-ios-reviews-in-a-week-thanks-to-this-new-in-app-review-popup-52333d4f4ce6] 번역 링크 : [https://pilgwon.github.io/blog/2017/09/04/Instagram-Doubled-Its-iOS-Ratings.html] 실제 구현 과정 :
iOS
2017. 9. 12. 11:56