In this tutorial, we will walk through detecting if a user is smiling, and using this logic to control a SwiftUI view. — By tapping into ARKit, we can build logic into our app that changes our UI based on if a user is smiling or not: We will be using the MVVM template I created in another article as a base — that article can be checked out here (LINK) or the…