GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

its not working

Open achalkias opened this issue 6 years ago • 3 comments

i set it as a GrowingTextView but the height is not changing dynamically textview just has the default function....

achalkias avatar Apr 10 '18 20:04 achalkias

Hi @achalkias , can you provide more information? e.g. your code or how u set the autolayout constraints?

KennethTsang avatar Apr 13 '18 01:04 KennethTsang

Hi @KennethTsang , can you help me? I have a problem, when I debug in func layoutSubView(), I set height constraint of GrowingTextView equal 40, the bounds size is not correct while text is empty!!! Please help me this case

luongnhatlam avatar May 05 '18 13:05 luongnhatlam

You should not set height constraints on GrowingTextView, instead you could set minHeight and maxHeight.

KennethTsang avatar Sep 10 '18 13:09 KennethTsang