workingDog
workingDog
I forgot the important bit, I replaced ScrollView(.vertical) with ScrollableView(self.$contentOffset) at lines: 87 and 105
You need to download my repo. I thought you were asking about what I did to implement this feature in my repo. My answer should have mentioned this, sorry. https://github.com/workingDog/RKCalendar...
no problems ask away. First the done button is really for when you use it on macos. To remove it comment the lines (25 to 30) with the "Button(action: onDone)...
I'm glad you got the range working. As for the focus date, the current behaviour is to start at the current date. I'll investigate on starting on the selected date....
I have added a "locale" to the RKManager to choose the language in my fork of RKCalendar: https://github.com/workingDog/RKCalendar See also the readme and example 5. Let me know if it...
At the moment just copy the source/RKManager directory to your Xcode project, and then do the usual "Add Files to..." I can look at supporting SPM if you are interested.
Hi Raffi, I’ve cut and pasted your code as is, and all is working fine for me. I can see the disabled dates, gray out and un-selectable. I’ll continue to...
I’m running on Xcode 11.2 beta 2. But I believe it also works with Xcode 11 GM. > On Oct 20, 2019, at 8:15, Andrei Muresianu wrote: > > Thank...
I’m also now on macOS 10.15 Catalina > On Oct 20, 2019, at 8:15, Andrei Muresianu wrote: > > Thank you! I should have mentioned that I'm running it on...
@FireNeuron, I could not replicate your problem. Could you track down where exactly this warning comes from. Maybe the warning has the name of the class or struct. Could you...