The Delegate and Callbacks in iOS
보호되어 있는 글입니다.
보호글
2017. 9. 22. 21:48
[swift 3] extension userdefault
보호되어 있는 글입니다.
보호글
2017. 9. 21. 16:14
[Swift3] UserDefaults 에 이미지 저장 및 활용 예제
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..
Language/Swift
2017. 9. 21. 12:20