subtle & plausible

고정 헤더 영역

글 제목

메뉴 레이어

subtle & plausible

메뉴 리스트

    • 분류 전체보기 (118)
      • TIL (89)
        • #100DaysOfSwiftUI (44)
        • 리액트 네이티브 (6)
        • 실용주의 단위 테스트 (9)
        • App Architecture (5)
        • Combine (4)
        • Metal (2)
        • RxSwift (8)
        • Swift Codable (7)
        • TDD iOS (4)
      • 실험실 (3)
      • 책 (15)
      • 오프 (5)
      • 기타 (6)

    검색 레이어

    subtle & plausible

    검색 영역

    컨텐츠 검색

    분류 전체보기

    • Day 28. Project 4, part 3

      2020.03.13 by box-jeon

    • Day 27. Project 4, part 2

      2020.03.12 by box-jeon

    • Day 26. Project 4, part 1

      2020.03.12 by box-jeon

    • Day 25. Milestone: Projects 1-3

      2020.03.11 by box-jeon

    • Day 24. Project 3, part 2

      2020.03.09 by box-jeon

    • Day 23. Project 3, part 1

      2020.03.08 by box-jeon

    • Day 22. Project 2, part 3

      2020.03.08 by box-jeon

    • Day 21. Project 2, part 2

      2020.03.07 by box-jeon

    Day 28. Project 4, part 3

    https://www.hackingwithswift.com/100/swiftui/28 100 Days of SwiftUI – Day 28 – Hacking with Swift Project 4, part 3 This project was a chance for you to practice some fundamentals of SwiftUI, learn some new UI controls with DatePicker and Stepper, see for yourself how Swift makes it easy to handle dates, and – just for fun – dip your toe into the world www.hackingwithswift.com Wrap Up 하고 문제 풀고 과..

    TIL/#100DaysOfSwiftUI 2020. 3. 13. 23:24

    Day 27. Project 4, part 2

    https://www.hackingwithswift.com/100/swiftui/27 100 Days of SwiftUI – Day 27 – Hacking with Swift www.hackingwithswift.com 오늘은 전날 준비한 재료로 앱을 만들어보았습니다. mlmodel을 프로젝트에 넣으면, 파일명과 같은 이름의 클래스가 생성됩니다. Create ML에서 모델을 만들 때 입력했던 input과 output에 맞춰 prediction()이라는 함수를 제공하네요. 아 몰라몰라 그래서 답이 뭐에요 같은 느낌으로 그냥 사용하게 됩니다. 한 일은 하나도 없지만 어제와 마찬가지로, 마치 ML을 사용할 줄 아는 듯한 기분이 드네요. https://github.com/utrpanic/today-what-el..

    TIL/#100DaysOfSwiftUI 2020. 3. 12. 22:46

    Day 26. Project 4, part 1

    https://www.hackingwithswift.com/100/swiftui/26 100 Days of SwiftUI – Day 26 – Hacking with Swift www.hackingwithswift.com 새로운 프로젝트의 시작입니다. Create ML을 이용해 수면 시간을 추정하는 BetterRest란 앱을 소개하고 있습니다. 사용자가 원하는 기상 시간, 원하는 수면 시간, 마신 커피량을 입력하면, 미리 학습시킨 모델을 통해 적정 수면 시간을 알려준다고 합니다. Stepper와 DatePicker라는 View에 대한 설명이 이어지지만 다 시시한 소리고, 제공되는 샘플 데이터를 Create ML에 넣어 모델을 얻어냈습니다. TablTabular Regressor 모델을 만드는데, 그저 시키..

    TIL/#100DaysOfSwiftUI 2020. 3. 12. 00:14

    Day 25. Milestone: Projects 1-3

    https://www.hackingwithswift.com/100/swiftui/25 100 Days of SwiftUI – Day 25 – Hacking with Swift www.hackingwithswift.com 최근 진행했던 Project 1-3를 또 한번 훑은 뒤 과제를 작성했습니다. 아마도 일부러 이렇게 디자인했겠죠. 여튼 이런저런 실습을 자꾸 하다보니 분명 설명했지만 잊고 있었던 것들을 다시 확인하게 됩니다. View 내에서는 @State로 지정하지 않으면 property를 변경할 수가 없습니다. 대체 어떻게 구현한 걸까 궁금해지네요. 분명 Swift 문법으로 했을 것 같은데... 잘 모르겠습니다. IDE가 처리하고 있을 수도 있구요. State도 View도 SwiftUI에 구현되어 있으니..

    TIL/#100DaysOfSwiftUI 2020. 3. 11. 00:05

    Day 24. Project 3, part 2

    https://www.hackingwithswift.com/100/swiftui/24 100 Days of SwiftUI – Day 24 – Hacking with Swift Project 3, part 2 Albert Einstein once said, “any fool can know; the point is to understand,” and this project was specifically about giving you a deeper understanding of what makes SwiftUI tick. After all, you’ll be spending the next 76 days working with www.hackingwithswift.com 전날 다룬 내용의 wrap up 입..

    TIL/#100DaysOfSwiftUI 2020. 3. 9. 23:44

    Day 23. Project 3, part 1

    https://www.hackingwithswift.com/100/swiftui/23 100 Days of SwiftUI – Day 23 – Hacking with Swift Project 3, part 1 Walt Disney once said, “there is no magic in magic, it’s all in the details.” The same is very much true of SwiftUI: it’s easy to look at it and think there’s all sorts of magic happening to make it work so efficiently, when really if you www.hackingwithswift.com 갑작스럽게 분량이 많습니다. 프로..

    TIL/#100DaysOfSwiftUI 2020. 3. 8. 22:13

    Day 22. Project 2, part 3

    https://www.hackingwithswift.com/100/swiftui/22 100 Days of SwiftUI – Day 22 – Hacking with Swift Project 2, part 3 In this project you’ve learned about images, stacks, gradients, buttons, and more, along with a whole host of new modifiers to help bring your UI designs to life. All of these skills will come in useful in your own SwiftUI apps – not mayb www.hackingwithswift.com Guess the Flag를 구현..

    TIL/#100DaysOfSwiftUI 2020. 3. 8. 00:08

    Day 21. Project 2, part 2

    https://www.hackingwithswift.com/100/swiftui/21 100 Days of SwiftUI – Day 21 – Hacking with Swift www.hackingwithswift.com 전날 설명했던 GuessTheFlag를 완성합니다. 국가 이름을 보고 국기를 맞추는 게임인데, VStack, LinearGradient, Alert, Border, Shadow 등을 사용하게 됩니다. UIView와 CALayer를 오가던 시절은 다 끝난 모양이네요. 애초에 왜 그 둘을 분리해서 구현했을까요? 어제에 이어 오늘도 Alert의 present를 @State로 구현한 것이 여전히 이상하게 느껴집니다. alert()을 가장 바깥에 있는 ZStack에 연결한 것도 이해가 안가요. A..

    TIL/#100DaysOfSwiftUI 2020. 3. 7. 21:19

    추가 정보

    인기글

    최신글

    페이징

    이전
    1 ··· 4 5 6 7 8 9 10 ··· 15
    다음
    깃헙 브런치 링크드인
    subtle & plausible
    페이스북 트위터 인스타그램 유투브 메일

    티스토리툴바