Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display only #7

Closed
blacktop opened this issue Nov 8, 2019 · 2 comments
Closed

Display only #7

blacktop opened this issue Nov 8, 2019 · 2 comments

Comments

@blacktop
Copy link

blacktop commented Nov 8, 2019

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.

@workingDog
Copy link
Contributor

You could try adding .disabled(true) to RKViewController, for example:

.sheet(isPresented: self.$singleIsPresented, content: {
            RKViewController(isPresented: self.$singleIsPresented, rkManager: self.rkManager1).disabled(true)})

@blacktop
Copy link
Author

blacktop commented Nov 9, 2019

🤦‍♂

Yup, that is exaclty what I needed, lol. I'm such a noob! Thank you @workingDog !! 👍

@blacktop blacktop closed this as completed Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants