Protocol‘A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can then be adopted by a class, structure, or enumeration to provide an actual implementation of those requirements’다음에서 발췌: Apple Inc. ‘The Swift Programming Language (Swift 4.0.3).’ iBooks. https://itunes.apple.com/kr/book/the-swift-programm..
2018-03-05 Today To Do ListWell done is better than well said. 기록은 기억을 지배한다. 어제의 나보다 나은 오늘의 내가되자.프로그래밍 구현중에 나만의 기준을 정해보자 우선 JK의 코드스쿼드 기준은 다음과 같다.1) 스위프트 디자인 가이드라인 https://nextstep.camp/courses/-KuYS6VK-enZZ_F3Jgg8/-Kv0gXGOvhpxB7KqXFbY/lessons/-L4j18cRwOXdoQqVGQGp2) 설계를 위한 심플 규칙 1. 테스트를 통과할 것 (상) - 테스트 코드는 자신의 코드가 어떤 동작을 해야 하는지 명확하도록 도와줍니다. - 테스트 코드를 통과하는 모듈을 작성하는 것은 TDD가 아니더라도 필요합니다. - 테스트가 가능하..
지난 한달간 나는 무얼했지? 익숙한 것 으로 의 회기 2018년 2월 한달간은 코드스쿼드의 방학아닌 방학 기간이었다. 그 짧은 기간동안 나는 성장 할 수 있었고 혹은 도퇴 할 수 있었다. 프로그래밍을 하면서 나에게 두가지의 생각이 나를 괴롭히고 도닥이고 다시 나아갈 힘을 주었다. 그 두가지는 + 와 - 처럼 정반대의 개념이다.-새로운 미션과 만들어야하는 것들, 새로운것을 머리를 써서 만드는 작업들은 나를 두렵게 했다. 아 다시 또 해결되지 않을 것 같은 걸 해결하러 가야하나. 마치 사막에서 물을 찾아 돌아다니다가 물을 찾고 다시 다른곳으로 이동하기 위해 물을 다시 찾는 것처럼 나를 괴롭게 하는 것이었다.+하지만 힘들게 찾은 물을 발견하는 순간 나에게 오는 것은 성취감이었다. 도저히 못찾을 것 같은 물을 ..
2018-01-08 Today To Do ListWell done is better than well said. 기록은 기억을 지배한다.Vending App Step5 PR - Contorller와 Model과의 관계를 관찰자 패턴을 적용하여 느슨하게 만들기.관찰자 패턴 공부HIG Visual Design 발표면접 준비를 위해 꼼꼼히 평소에 공부하자2018-01-09 Today To Do ListWell done is better than well said. 기록은 기억을 지배한다.의존성을 줄이는 코드를 만들자JK가 만들어주신 예제Vending App Step5 Merge2018-01-10 Today To Do ListWell done is better than well said.f 기록은 기억을 지배한..
Well done is better than well said.기록은 기억을 지배한다.Swift Int값을 000의 자리마다 콤마를 넣어서 표현해보자.Swift4.0 2017.12.28 동작확인extension Int { private static var commaFormatter: NumberFormatter = { let formatter = NumberFormatter() formatter.numberStyle = .decimal return formatter }() var commaRepresentation: String { return Int.commaFormatter.string(from: NSNumber(value: self)) ?? "" } }대단하다.. 스택오버플로우 사람들..
- 영화
- image render
- 자료구조
- TDD
- Swift
- des
- ios
- 객체
- ios custom camera capture
- custom Camera
- sprite kit
- string
- 태그를 입력해 주세요.
- 코드스쿼드
- Mobile Robot Kinematics
- 만들기
- draw 이미지
- ios sprite kit
- skscene
- swift camera 이미지 느림
- UIGraphicsImageRendererFormat
- 스위프트
- 스택
- slow image
- quadcopter
- SKPhysicsbody
- C++
- swift sprite kit
- QUAD
- swift custom camera
- Total
- Today
- Yesterday