Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Iterating appointment view bounds.
posted

Im currently working on a feature to drag and drop items from a UITableView into a IGCalendarView.

Once i end the drag gesture i need to figure out what day the item was dropped on in my month view calendar. When i end the gesture i can work out the view that the item is dropped on but from there i need to associate that view with a calendar day.

Any help would be appreciated, thanks.