The RadCalendar DayView.EventView get stuck in a shifted position. This only occurs on iOS.
Steps to reproduce:
1. Load calendar.
2. Slowly slide the event view (lower portion) either right or left until the time labels (1am, 2am, etc.) are no longer in their starting positions.
3. Without releasing the scroll, tap the button to change the view to Month view mode.
4. Tap the button to change back to Day view mode.
5. Observe that the entire events view is still shifted and will remain so until the RadCalendar control is destroyed and a new one is created.
Attached are pictures showing the correct view and the incorrect view. Also, a sample project is attached that can be used to replicate this issue.
I have attempted to use a custom renderer to manually reset the events view, but nothing seems to work.