GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Not able to use grovingTextView using storyboard autolayout in case i am using opaque navigation bar

Open pramodshukla1011 opened this issue 6 years ago • 1 comments

pramodshukla1011 avatar Apr 04 '18 11:04 pramodshukla1011

Thanks @PramodShukla10 ,

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.

Hope this can help.

KennethTsang avatar Apr 28 '18 05:04 KennethTsang