Hi
Have updated to the latest version of Telerik.Xamarin.iOS (2014.3.1326.0) to use in a Xamarin Unified API project.
Implement
and get error
This worked fine before the upgrade to the latest Telerik. Please help?
Thanks
Martin
Have updated to the latest version of Telerik.Xamarin.iOS (2014.3.1326.0) to use in a Xamarin Unified API project.
Implement
override
TKCalendarEventProtocol[] EventsForDate (TKCalendar calendar, NSDate date)
{
return
new
TKCalendarEventProtocol [] {
new
TKCalendarEventProtocol {
StartDate = date,
EndDate = date
}
};
}
and get error
Foundation.ModelNotImplementedException: Exception of type
'Foundation.ModelNotImplementedException'
was thrown.
at TelerikUI.TKCalendarEventProtocol.set_StartDate (Foundation.NSDate value)
This worked fine before the upgrade to the latest Telerik. Please help?
Thanks
Martin