luugiathuy / GTScrollNavigationBar

A scrollable UINavigationBar that follows a UIScrollView
BSD 3-Clause "New" or "Revised" License
552 stars 85 forks source link

Handled initWithCoder so the lib can be used with storyboards #5

Closed ccraigc closed 10 years ago

ccraigc commented 10 years ago

Storyboards use initWithCoder: instead of initWithFrame: ... your setup stuff get ignored unless you initialize properties in both.

luugiathuy commented 10 years ago

Thanks @ccraigc :+1: