azurechen / ACTabScrollView

A fancy Menu and Pager UI extends UIScrollView with elegant, smooth and synchronized scrolling tabs.
MIT License
115 stars 35 forks source link

how to move TabBar from Top to Bottom #18

Closed surender2906 closed 7 years ago

surender2906 commented 7 years ago

I want to show same view but change a little bit move tabbar from Top to Bottom. I am waiting for your kind response.

azurechen commented 7 years ago

Hi surender2906,

This feature is in my future plan, but if you have figured out how to modify it. Welcome to contribute to this project together.

Maybe you already notice that 2 lines in setupPages function of ACTabScrollView.swift

tabSectionScrollView.frame = CGRect(x: 0, y: 0, width: self.frame.size.width, height: tabSectionHeight)
contentSectionScrollView.frame = CGRect(x: 0, y: tabSectionHeight, width: self.frame.size.width, height: contentSectionHeight)

Just change the y value can move tab bar from top to bottom