Lucas Paul

Results 36 comments of Lucas Paul

For now I worked around the issue by calling `.showNavBar` in my `.applicationWillResignActive`. However I'm seeing the misplaced TabBar issue on random occasions when scrolling too fast, or too slow,...

I have my banner constrained to the Safe Area (it does not know that it's VC is inside a TabBarController) and when I don't make the Banner follow the AMScrollingNavBar,...

I've tested all the possiblities and indeed, the Banner does not move down, along with the TabBar, unless I add it as a follower, meaning that the optional offset you...

Thank you for taking the time to check this! So how can we go about solving this? Is adding an offset a viable option?

Thank you so much @andreamazz I've tested the branch and using `NavigationBarFollower(view: bannerView, direction: .scrollDown, offset: tabBarController?.tabBar.frame.height ?? 0)` I get the behaviour I need, which was present in older...

Hello. I have faced the same issue on my app, but only in some conditions (I'm using a TabBarController so each of my VCs has its own scrolling navigation controller)....

@andreamazz Unfortunatelly in my app the suggestion that @joshbernfeld posted did not fix the issue. The title is still visible. If I disable the Large titles on the previous VC,...

On Android 10+ there is scoped storage, meaning that each app can only access their own files. Thus, to actually do anything, you need to copy the file you want...

On my app, the icon is appearing in the centre of the view *inside* the Navigation Controller. I believe that this is happening in your case as well. The offset...

Thank you for the reply! I also have another top level object, the Team, which makes it hard to parse the "games" so I should have included this in my...