보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
1. 이미지 피커뷰에서 사진 선택시 호출되는 메서드에서 다음과 같이 UserDefault에 저장해줌 func register_mentor_photo(mentor_photo: UIImage?, photo_category: Int) { self.photo_category = photo_category let width = self.profile_img.frame.size.width / 2 switch gino(self.photo_category){ case 0: profile_img.image = mentor_photo self.profile_img.layer.cornerRadius = width profile_img.layer.masksToBounds = true if let photo = mentor_p..
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
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] 실제 구현 과정 :
스토리보드를 통해 뷰컨트롤러 파일에 바인딩 해주는 작업을 하다 다음과 같은 에러가 발생했다 구글에 검색해본 방법은 다음과 같았다 1. clean 이후 프로젝트 재시작 2. 해당 프로젝트 DerivedData 삭제후 clean, 프로젝트 재시작 3. Mac 재부팅4. UIViewcontroller or Cell(collection, table) 연결된 swift file을 바인딩 해제한 이후 다시 바인딩 결과적으로 4가지 방법 모두 소용이 없었지만 다음과 같은 방법으로 해결했다 Project - Build Phase - 해당 오류가 발생하는 Swift 파일 - 로 해제한 이후 + 버튼 이용해 재등록 자주 발생하는 XCode 버그인것같은데 매번 발생하는 상황이 달라져서 원인은 자세히 모르겠다..
보호되어 있는 글입니다.