cwRichardKim/RKNotificationHub

Badge disapeare

Closed this issue · 3 comments

I put the NotificationHub on a UIImageView in a UITableViewCell. When I select that tableviewcell and animate to the detailViewController then the badge disappears and only the number label is visible.
img_0010
img_0011

So I've done some research and found the cause. This is caused due to UITableViewCell setting all its subviews .backgroundColor to [UIColor whiteColor] when it is selected. This makes the red circle disappear.

Created a pull request with a possible solution to this issue.