일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- MVP
- PhotoKit
- NSAttributedString
- IOS
- Git
- 오늘의성취도
- unowned
- JSONDecoder
- Codable
- Hashable
- Stanford cs193p
- UIDocument
- Swift
- UIDynamicAnimator
- CoreGraphics
- weak
- AVFoundation
- uicollectionview
- rxswift
- Arc
- reactivex
- Equatable
- Singleton Design Pattern
- JSONEncoder
- Observable
- UIGestureRecognizer
- UIDocumentBrowserViewController
- 에어팟
- CustomStringConvertible
- UIBezierPath
- Today
- Total
목록Stanford cs193p (5)
아직은 개린이
프로젝트 소개 스탠포드 cs193p 강좌의 다섯번째 과제입니다. 아이패드용 Image Gallery 어플리케이션 만들기 SplitViewController를 이용하여 Detail View에는 각 갤러리 내의 이미지를 보여주는 Collection View가 들어가고, Master View에는 갤러리 목록이 들어갑니다. Safari로부터 이미지를 drag&drop하여 어플리케이션에 가져옵니다. (URL 정보를 앱으로 받아온 후, 이미지를 fetch하여 띄우는 방식) URL을 받아와서 이미지를 fetch하기 때문에 이미지 fetch 작업은 DispathQueue의 Global 큐에서 실행해준다. 과제안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/mast..
프로젝트 소개 스탠포드 cs193p의 네번째 과제입니다. 세번째 과제에 애니메이션을 추가한 프로젝트입니다. 과제안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/master/problemsets/Programming_Project_4_Animated_Set.pdf 프로젝트 repository : https://github.com/jiyeonlab/AddCardAnimation 개발 인원 및 개발 기간 1명 / 4일 구조 스크린샷 배운점 UIDynamicAnimator UIViewPropertyAnimator Timer UIView.transition
프로젝트 소개 Stanford cs193p 강좌의 세번째 과제입니다. 2번째 과제였던 Set 게임의 카드 스타일을 Core Graphics를 이용하여 그리는 것이 주요 task입니다. 과제 안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/master/problemsets/Programming_Project_3_Graphical_Set.pdf 개발 인원 및 개발 기간 1명 / 3일 구조 스크린샷 배운점 draw(rect:) 메소드를 이용하여 Custom UIView 만들기 UIView를 인터페이스 빌더 대신 코드로 추가하는 방법 Core Graphics UIBezierPath UIGestureRecognizer
프로젝트 소개 Stanford 2017 cs193p 강좌의 두번째 과제 Set 게임 만들기 과제안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/master/problemsets/Programming_Project_2_Set.pdf 개발 인원 및 기간 1명 / 2일 구조 스크린샷 배운점 CustomStringConvertible, Hashable, Equatable 프로토콜 Extension 사용법 NSAttributedString 클래스
프로젝트 소개 Stanford 2017년 iOS Application Development 강좌의 첫번째 과제 Concentration 카드 게임 구현하기 과제안내서 : https://github.com/duliodenis/cs193p-Fall-2017/blob/master/problemsets/Programming_Project_1_Concentration.pdf 개발 인원 및 기간 1명 / 2일 구조 스크린샷 배운점 MVC 디자인 패턴 AutoLayout Paul Hegarty 교수님의 코딩 스타일이 깔끔해서 강의를 들으며, 코드를 보는 것만으로 배울 점이 많았음.