xhzengAIB / XHTwitterPaggingViewer

A twitter like navigation bar, page viewer.
MIT License
223 stars 54 forks source link

Fix: Use backgroundColor of superview for centerContainerView #10

Closed daliborfilus closed 9 years ago

daliborfilus commented 9 years ago

Allows to use color set in storyboard for background color of all subviews. There is no way to do this from library user code, he is stuck with white color.

Biggest problem (use case): controller inside pager needs to be set to clearColor, because we use window background image pattern.

xhzengAIB commented 9 years ago

@NoICE Thanks