Skip to content

Commit

Permalink
Re-enable preview
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Dec 28, 2020
1 parent aac6ffb commit 8b42f77
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Example/SwiftUIKitExample/SwiftUIwithUIKitView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ struct SwiftUIwithUIKitView: View {
}
}

//struct SwiftUIwithUIKitView_Previews: PreviewProvider {
// static var previews: some View {
// SwiftUIwithUIKitView()
// }
//}
struct SwiftUIwithUIKitView_Previews: PreviewProvider {
static var previews: some View {
SwiftUIwithUIKitView()
}
}

// MARK: - UILabel Preview Example
struct UILabelExample_Preview: PreviewProvider {
Expand All @@ -38,3 +38,4 @@ struct UILabelExample_Preview: PreviewProvider {
.previewDisplayName("UILabel Preview Example")
}
}

0 comments on commit 8b42f77

Please sign in to comment.