Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- CustomStringConvertible
- Swift
- AVFoundation
- NSAttributedString
- JSONDecoder
- MVP
- UIGestureRecognizer
- UIDocument
- Arc
- Observable
- Codable
- Singleton Design Pattern
- Stanford cs193p
- UIBezierPath
- uicollectionview
- IOS
- Equatable
- weak
- Git
- Hashable
- UIDocumentBrowserViewController
- 오늘의성취도
- CoreGraphics
- PhotoKit
- reactivex
- unowned
- UIDynamicAnimator
- rxswift
- JSONEncoder
- 에어팟
Archives
- Today
- Total
목록Codable (2)
아직은 개린이

프로젝트 소개 Edwith 부스트코스 iOS 프로그래밍 과정의 세번째 프로젝트 JSON 데이터를 활용하여 날씨 정보를 보여주는 어플리케이션 개발 기간 2일 스크린샷 배운점 Codable JSONEncoder / JSONDecoder Table Cell 커스터마이징
Project
2020. 2. 12. 22:57

프로젝트 소개 스탠포드 cs193p 강좌의 6번째 과제입니다. Persistent Image Gallery 어플리케이션 만들기 5번째 과제였던 Image Gallery에 UIDocument 클래스를 추가하여, persistent한 어플리케이션을 만드는 것이 주요 task 입니다. 과제 안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/master/problemsets/Programming_Project_6_Persistent_Image_Gallery.pdf 개발 인원 및 개발 기간 1명 / 3일 구조 스크린샷 앱의 초기 화면으로 뜨는 Document Browser 화면 Safari에서 이미지를 Drag & Drop 해서 가져오기 이미지 크기 조절 및 ..
Project
2020. 2. 12. 22:03