Closed blacktop closed 4 years ago
You could try adding .disabled(true) to RKViewController, for example:
.sheet(isPresented: self.$singleIsPresented, content: {
RKViewController(isPresented: self.$singleIsPresented, rkManager: self.rkManager1).disabled(true)})
Yup, that is exaclty what I needed, lol. I'm such a noob! Thank you @workingDog !! 👍
I'd like to only view the calendar and not allow users to select dates unless in "edit" mode. Is that possible now? If not can you please add that ability?
Thanks for a great UI.