xhzengAIB / XHTwitterPaggingViewer

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

removed styling and adjusting scrollview insets #2

Closed duncandee closed 10 years ago

duncandee commented 10 years ago

Some of the styling you had is not needed if you include your code as a library, its up to the user to decide there own app colors and if they would like to adjust the scroll view insets

jordanmaguire commented 10 years ago

Yeah - this is the correct solution.

xhzengAIB commented 10 years ago

@duncandee @jordanmaguire thanks you!

xhzengAIB commented 10 years ago

@jordanmaguire @duncandee I update the cocoapods to v0.3. Can you try search this.

pod search TwitterPaggingViewer

v0.3 show you

Jack

jordanmaguire commented 10 years ago

Yeah looks good:

pod search TwitterPaggingViewer

-> XHTwitterPaggingViewer (0.3)
   A twitter like navigation bar, page viewer.
   pod 'XHTwitterPaggingViewer', '~> 0.3'
   - Homepage: https://github.com/xhzengAIB/TwitterPaggingViewer
   - Source:   https://github.com/xhzengAIB/TwitterPaggingViewer.git
   - Versions: 0.3, 0.2, 0.1 [master repo]
xhzengAIB commented 10 years ago

Hi! @jordanmaguire I find your branches and some function not merged, need to merge to me?

jordanmaguire commented 10 years ago

Hi @xhzengAIB,

All the work in my branches is merged. I had made an extra branch that was just the other two merged so I could use that one in my project while I was waiting for the other branches to be merged.

Thanks Jordan