Watched Stanford's CS193P Spring 2021 Lecture 4: Memorize Game Logic and 5 SwiftUI Concepts Every Beginning SwiftUI Developer Needs To Know
Watched Stanford’s CS193P Spring 2021 Lecture 4: Memorize Game Logic.
Watched 5 SwiftUI Concepts Every Beginning SwiftUI Developer Needs To Know (2020).
TIL Editor in Xcode allows copy Qualified Symbol Name. Here is how copied qualified symbol name looks like: ContentView.getter:body
.
.
TIL there’s a thing in Xcode called Code Actions. If code is selected, code action for it could be called with CMD-Shift-A or with CMD-Shift-Click on a Symbol. .