Wyatt Harrell
Wyatt Harrell
Seeing this after building with iOS 18
@jisu15-kim Previous to iOS 18, the SF Symbol shown here would have been static https://github.com/user-attachments/assets/e234424e-34a0-4f17-b6ca-b0e88e796ade
Sure, here is how I am calling it: ``` private var toast: Toast? ``` ``` func showToast() { toast?.close() let attributes = [ NSAttributedString.Key.font: UIFont.rounded(ofSize: 17, weight: .medium), ] let...