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-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)) ?? "" } }대단하다.. 스택오버플로우 사람들..
iOS 앱을 구성하는 핵심 객체들과 iOS 메인 런루프 동작 이해출처 : App Programming Guide for iOS 위의 문서는 이런식으로 시작한다. "당신의 앱이 Xcode에서 잘돌아간다고 AppStore에 들어갈 수 있는건 아니다." 그렇다면 어떤것들을 준수하며 앱을 만들어야하는걸까? 이제부터 차근차근 알아보자.App들은 항상 중요한 특징들을(Key Features)를 가지고 있어야한다. 음 iOS핵심 구성요소를 말하는것 같다. 가이드에서 말하길 개인의 프로젝트 안에 있는 정보를 AppStore에 제출하기전에 확실하게 설정 및 구성해줘야한다고 한다. 하긴 그도 그렇것이 이 설정을 제대로 하지 않는 다면, 앱스토어에서 리젝되는 경우가 종종있으니 확실하게 짚고 넘어가야한다. Expected A..
- string
- quadcopter
- Swift
- 스위프트
- QUAD
- 태그를 입력해 주세요.
- sprite kit
- ios sprite kit
- des
- C++
- ios custom camera capture
- SKPhysicsbody
- UIGraphicsImageRendererFormat
- Mobile Robot Kinematics
- 객체
- skscene
- custom Camera
- 스택
- 만들기
- 자료구조
- 영화
- swift camera 이미지 느림
- swift custom camera
- 코드스쿼드
- image render
- ios
- TDD
- draw 이미지
- swift sprite kit
- slow image
- Total
- Today
- Yesterday