Closed ArniDexian closed 11 years ago
The lib in repository have small bug - in CalendarDay top bar have black color. To solve this, just add line
self.topBackground.frame = CGRectMake(0, 0, self.bounds.size.width, self.topBackground.frame.size.height);
after [self addSubview:self.topBackground] in - (void)setupCustomInitialisation (line 102)
Outdated bug as of commit 5e488a675101ae35e01b0d2c1f33aee2a9bc2115.
The lib in repository have small bug - in CalendarDay top bar have black color. To solve this, just add line
self.topBackground.frame = CGRectMake(0, 0, self.bounds.size.width, self.topBackground.frame.size.height);
after [self addSubview:self.topBackground] in - (void)setupCustomInitialisation (line 102)