Day 29. Project 5, part 1
https://www.hackingwithswift.com/100/swiftui/29 100 Days of SwiftUI – Day 29 – Hacking with Swift Link copied to your pasteboard. www.hackingwithswift.com 이번 프로젝트는 WordScramble이라고 해서, 8글자의 단어를 제시한 후에 해당 글자들을 이용해서 다른 단어를 만들어내는 게임을 만드는 것입니다. 재료로 List, Bundle, UITextChecker에 관해 설명하고 있습니다. 아래와 같은 인터페이스를 제공하는데요. func rangeOfMisspelledWord(in stringToCheck: String, range: NSRange, startingAt startingO..
TIL/#100DaysOfSwiftUI
2020. 3. 14. 22:46