devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

CalendarDay Top bar bug #173

Closed ArniDexian closed 11 years ago

ArniDexian commented 12 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)

devinross commented 11 years ago

Outdated bug as of commit 5e488a675101ae35e01b0d2c1f33aee2a9bc2115.