-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Fully Hide Follower(s) and content inset issues #335
Comments
Do not use
|
Thanks Stefani, I already checked and I am not using that (though that was being called in the old TLYShyNav lib) |
I updated my project to create the "toolbar" in storyboard (instead of programmatically) with constraints set to have the top of the tableview to be constrained to the bottom of my toolbar. It makes it so the tableview isn't covered up, but now when scrolling up their is an empty space. Here is a video |
the best way is to make a sample project and upload it on GitHub. Yes, this framework has some issues, including the gaps. I have now noticed a new issue, then I will post with a demo project. |
I will gladly create a demo project if it is helpful. Just want to make sure I’m not doing something wrong. |
That will be the best. You can also test my creation of the framework. There are some errors already fixed. Also make sure you have set translucens to true. |
I ran your demo last night. For whatever reason for me the performance was very bad, even in release mode. Ill try again tonight. |
In the Demo Projet I have outsourced the framework from cocoapod. Only so could see in messages of the terminal. https://github.com/StefaniOSApps/Example or use
|
https://github.com/StainlessStlRat/ScrollBarDemo It doesn't behave precisely like my app does during integration, but close enough to demonstrate the issue with the gap and not hiding the follower. Please let me know if there is anything else I can do to help. |
How can I go about fixing that? Shouldn’t it be an offset/inset that is passed in by the scroll manager? Also what about the follower not hiding? |
And how do you look at the interface that way? :) |
Here is an example of the functionality I need to replace (old version of my app integrated with TLYShyNavBar) You can see the follower hides first, then the nav bar. |
Hello, just checking in again. If the author gets a chance, can you let me know whether or not this is a bug or if it’s just something that the library wasn’t designed for etc... I can understand if you don’t have time to fix it, but just understanding whether or not it is truly a bug would be helpful. |
Let me check |
Ok, I'm reading back the issue, in the end your request is, if I understand corectly, how to implement this behaviour: https://imgur.com/a/UTs1HGf The |
Here, like this: |
Hey thank you andremazz!! I will look at your demo and look at replacing the one I use with yours again. I realllllllly hope I can get it working because the library I'm using is no longer in development. |
Hello andreamazz, I checked out your demo but unfortunately it's not quite what I'm after. If you look closely at the Imgur gif, the toolbar underneath the navbar can be visible at any index. So you could be at cell 500 for example, pull down a little and the toolbar will still pop up. If you have a moment, maybe you can download my app @ https://itunes.apple.com/us/app/gameye/id1105342771?mt=8 Just open the app, click on games, and go to the encyclopedia tab and scroll around. I would absolutely LOVE to replace it's implementation with yours, and if this functionality isn't currently in the library, I think your users would find it quite useful! |
Ok, I see what you mean, let me think about it. |
It's probably installing first time use data and unzipping it or something. I bet it's smooth now :) For the image streaming I'm using sd stream I think it's called? |
So I finally figured out that the library I have been using is occasionally crashing via OOM, which Crashylytics doesn't catch. Hopefully you figure something out! |
Yep, I'm working on this feature. It's not straightforward to implement, it might take a while. |
That’s great news!!!! I was able to patch the oom, but it’s hack on hack on hack so I cant wait for your version! |
Hey @StainlessStlRat |
I’m glad youre working on it!! |
How's it coming along? Any progress? |
I'm a bit swamped between work and moving from my old apartment. I can push the current state on a separate branch, any help is welcome. |
Checkout branch |
Any update ? |
Any progress? I don't mind looking at the branch, but is there certain issues you're facing? |
Any updates? |
Just checking in to see if there’s any progress? |
Hey @StainlessStlRat |
Describe the bug
I am replacing TLYShyNavBarManager with your library and liking it very much! However, I'm not sure I understand how to to use it correctly.
I have a UIViewController that has a full screen tableView.
I create a custom toolbar programmatically and add it as a subview to self.view (I suspect herein lies my content inset issue. With TLY, I didn't have to add it to self.view)
Everything works GREAT except:
Relevant code:
Here is a video demonstrating my issue!
https://imgur.com/a/hWmjgrf
In the video, my "toolbar" is the thing from the bottom of the nav bar all the way to the "games shown" stuff
Any help would be greatly appreciated! And thanks for the library!
The text was updated successfully, but these errors were encountered: