You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
pramodshukla1011
changed the title
Not able to use grovingTextView using storyboard autolayout
Not able to use grovingTextView using storyboard autolayout in case i am using opaque navigation bar
Apr 5, 2018
In example 1 and 2, I was using the keyboard y position and view.bounds.height to find out the toolbar bottom constraint. It was incorrect because view.bounds.height will be different when the navigation bar is opaque. I fixed it by using UIWindow.main.bounds.height instead of view.bounds.height for calculation.
No description provided.
The text was updated successfully, but these errors were encountered: