What’s a UI framework, anyway?Your first SwiftUI UIUI building blocksMaking a list, checking it…quite a few times, to get it perfectUser interfaces with stateButtons are for pressingLet’s see how far you’ve come Customizing your views with modifiers Using view modifiers:Order matters (sometimes):Create a new SwiftUI Xcode project, for iOSYour Xcode will look something like thisCreate a new type to store a todo item inMake sure each todo item can be uniquely identifiedCreate a user interface for the appWhat’s going on in this user interface?Create a user interface for the app, continued, continuedMaking the List actually list todosTest DriveImplement a way to save the list of todosSo, that’s a UI framework?SwiftUIcrossPool PuzzleBE the Swift CompilerSwiftUIcross SolutionPool Puzzle SolutionBE the Swift Compiler Solution