Swift3 썸네일형 리스트형 [swift3] custom segue transition animation # 오른쪽화면이 왼쪽으로 이동하며 등장 (right to left)# 왼쪽화면이 오른쪽으로 이동하며 등장 (left to right) # 적용 : Segument 선택 > Attributes Inspector 탭 > Kind = Custom 선택, Class = SegueLeftToRight 또는 SegueRightToLeft 선택 끝. 더보기 [swift3] Create Simple Progress Dialog View (ProgressBar, ProgressIndicator, LoadingProgress) - declare - usage - preview 더보기 [swift3] Handler Example Swift 내에서 간단한 Handler를 사용하는 예제 더보기 [swift3] convert Dictionary to Data, Data to String in swift3 1. Dictionary to Datalet dataExample: Data = NSKeyedArchiver.archivedData(withRootObject: dictionaryExample)2. Data to Dictionarylet dictionary: Dictionary? = NSKeyedUnarchiver.unarchiveObject(with: dataExample) as! [String : Any]3. String to Datavar somedata = testString.data(using: String.Encoding.utf8)4. Data to Stringvar backToString = String(data: somedata!, encoding: String.Encoding.utf8) .. 더보기 이전 1 다음