Dan
Dan
I know you asked this quite a while ago, but I just did this and it appears to work just fine. Remember to add func calendar(_ calendar: FSCalendar, boundingRectWillChange bounds:...
Did you ever get this to work
I can confirm. Is anyone updating this repo any longer
Has this been merged. Also need month view. Maybe I'm not understanding is CalendarKit just a DayView?
@richardtop can you suggest some that work with CalendarKit. Really love it but need a month view that reflects the event count on each day. Was thinking that CK would...
So the only way I found to do this is to have an invisible UIView on the cell as well and attach the BadgeHub to it. You also have to...
Found a better way! Just remove all of the sub views of your imageview in your UITableViewCell add this: override func prepareForReuse() { super.prepareForReuse() VIEWOFYOURIMAGE.subviews.forEach { $0.removeFromSuperview() } }
every get an answer to this? I refactored my code and am now also running into this?
I think it has to do with the fact that it uses a private call to get the view from the bar button item: value(forKey: "view") Might try BadgedBarButtonItem
So is this plugin dead? Is there another one we can use ?