imran
imran
yes already changed still it's not calling ``` func calendar(_ calendar: JTACMonthView, didDeselectDate date: Date, cell: JTACDayCell?, cellState: CellState, indexPath: IndexPath) { if isMultiSelection { calendar.deselectAllDates(triggerSelectionDelegate: false) selectedDates.removeAll() if !isRangeSelected...
here I attached my sample project, RangeSelection with custom Cell [untitled folder.zip](https://github.com/patchthecode/JTAppleCalendar/files/3753693/untitled.folder.zip)
> I really don't understand what you are trying to achieve. Are the pictures with discounts supposed to be the un feline? If so, there are better ways to achieve...
[Archive 2.zip](https://github.com/John-Lluch/SWRevealViewController/files/1357878/Archive.2.zip) Hi, Now i try to implement your Class! i faced some issues! actually, HomeViewController is contain Map, when user tap redirects to HomeViewController via menu map not loading...
@Jeehut thank you, man. you saved me.
for me also the same issue, it's showing only first showcase only it does not continue one by one. kindly do needfully ``` var showCaseSequence = MaterialShowcaseSequence() extension HomeVC: MaterialShowcaseDelegate...
Hi Thanks for your reply. I need to show some view when the user taps the marker. as per your last suggestion `canshowCallout` i set as true but I don't...
hi @mariohahn can you share some sample? regarding Constraints, i tried to cover the whole controller but I failed. kindly do needfully
yes, I did. still, issues remain there. kindly refer to the screenshots. It's not dismissing. after selecting the context menu action ``` cell.dismissContextMenu(completion: nil) cell.removeContextMenu() ``` ![Simulator Screen Shot -...
> > ``` > > if #available(iOS 13.0, *) { > > locker.isModalInPresentation = true > > } else { > > // Fallback on earlier versions > > }...