tristanhimmelman / HidingNavigationBar

Easily hide and show a view controller's navigation bar (and tab bar) as a user scrolls
MIT License
1.03k stars 127 forks source link

Problem in the extension View #74

Open goribchat opened 6 years ago

goribchat commented 6 years ago

Hello this is a great library. I have used this on my project. In my view controller i have a collectionView and above the collectionView there is the extensionView and above that there is navigationBar, in the collectionView there is textview in every cell. now when i am trying to show the keyboard, and want to hide the keyboard the extensionView is coming down and there is seeing a black space between the extensionView and Navigation bar. Some one please help me in this matter.

fortunedev223 commented 3 years ago

Hi, @goribchat . Same error here. Have you find the solution?