79141723

Date: 2024-10-30 15:17:43
Score: 0.5
Natty:
Report link

on iOS 17 you have @Previewable that lets you add an environment variable to the preview section. On older versions of iOS, you will get a warning for this.

#Preview {
   @Previewable @Environment(\.dismiss) var dismiss
   MilkingView(parentDismiss: dismiss)
 }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mihai Fischer