Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translucent tabbar #26

Open
Reedyuk opened this issue Sep 5, 2014 · 2 comments
Open

Translucent tabbar #26

Reedyuk opened this issue Sep 5, 2014 · 2 comments

Comments

@Reedyuk
Copy link

Reedyuk commented Sep 5, 2014

Hi,
I have a translucent tab bar, but i noticed that the calculations dont take this into account, its seen as the full content size, but really it should deduct the height of the bar. I believe its related to this line.
line 119:
if (self.scrollView.frame.size.height + (self.bounds.size.height * 2) >= self.scrollView.contentSize.height) {

We should check for a translucent tab bar so that we can reduce the scrollview frame size to account for this.

@chanmd
Copy link

chanmd commented Sep 1, 2016

Hi Luu Gia, I have a issue on your GTScrollNavigationBar, I set autoresizing Flexible width on tableview, also I add another view on viewcontroller's view, when scrolling not only tableview but also another view. this is so weird.

@chanmd
Copy link

chanmd commented Sep 1, 2016

I just modify the code in function set frame, just set the self.scrollview.frame not superview.It works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants