Hello,
I have a view which have a few controls and preview macro. I replaced preview macro with following code:
struct ContentView_Preview:PreviewProvider{
static var previews: some View{
ContentView()
}
}
after replacement, preview doesn't work properly. plz tell me how can i fix it.
thanks, c00012