telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 427 forks source link

fix delegate calling #151

Closed alegch closed 8 years ago

alegch commented 8 years ago

I find error in delegate calling as result delegate methods not calling.

The problem was in initialization weak link on object.

weak typeof(self) weakSelf; => weak typeof(self) weakSelf = self;

Mazyod commented 8 years ago

Thanks a lot for this.. Sorry for the late response