Plan a Reusable Button | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10877734-reusable-swiftui-views-in-the-raywenderlich-com-app/lessons/1

Hi Catie,

Is there a link to the Sketch wireframe diagrams somewhere?

Also, a bug in Xcode 12.3 exists that prevents Debug Preview from printing the callback action output in the Debug Area. One workaround is to modify SceneDelegate such that:

let contentView = MainButtonView_Previews.previews

… and then run the app in the simulator.

Thanks,
Bill