You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using this library to create event. While i using i found one issue that this library isnt giving the option to start an event from the 15th or the 45th min.
So after looking into this library i updated one method and it starts working. But when i am updating the pod i need to write that again.
I updated the implementation in MSWeekViewDecoratorNewEvent
Hello,
I am using this library to create event. While i using i found one issue that this library isnt giving the option to start an event from the 15th or the 45th min.
So after looking into this library i updated one method and it starts working. But when i am updating the pod i need to write that again.
I updated the implementation in MSWeekViewDecoratorNewEvent
-(NSDate*)dateForGesture:(UIGestureRecognizer*)gestureRecognizer{
CGPoint cp = [gestureRecognizer locationInView:self.baseWeekView];
NSDate* date = [self dateForPoint:cp];
}
The text was updated successfully, but these errors were encountered: