Yuri
Yuri
Thx for quick answer > instantiate DayView with the modified Calendar I use storyboards with custom viewcontroller (not DayViewController) and I don't want to create a `DayView` manually. Can I...
How difficult is it to implement a function that will simply reset the state of the `DayView` and configure it again after setting the timezone?
I started working on the ability to change the calendar after `DayView` initializing. I will be glad if you can help me and review my code. You can see my...
I plan to use the second approach as this will not result in modules being dependent on the state object. I think this will lead to better independence of the...
Thanks for the answer. However, I ran into an additional problem. Why is the project using the `dateOnly()` method? I mean, why would we want to cut off hours, minutes...
It took me 24 days, a bunch of burned out nerve cells, to realize that cutting off time really makes debugging much easier. I was constantly having problems updating dates...
After many weeks of work and bug fixing, I am very happy to present this solution to you (seriously, I think I’m one step closer to alcoholism). I can't say...
We're talking about a pinch gesture, right? If so, then it is likely that I will do it in a couple of months.
@richardtop Thanks for the quick response. I compared mine and your approach to the implementation of this feature and they are very similar: 1) We both want to use `EventView`...
@Rich86man 1. How will registering view classes make lib's code cleaner and easier? At the moment, I see only one reason to implement registration of views - performance (when the...