plastus
plastus
@jantonywest Curious if you found a solution to this? Edit: Fixed by changing setWeeks() in MonthView to: ` func setWeeks() { if weeks.count > 0 { let numWeeks = Int(numDays...
@YSDC I am currently looking into doing this as well. Would you mind sharing the new code you used to accomplish this with a sample? It would be greatly appreciated;...
I implemented a search bar controller into SelectorViewController. However, due to the slow performance of evaluateHidden() I modified the code slightly to essentially destroy the form and re-create it using...