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
I need to have an inputTextView with the following params:
inputTextView.height == 32
font == .systemFont(ofSize: 16)
inputTextView.insets.left == 12
Tried to customize your "Advanced example" from example project but got random UI errors. Finally I got the appearance I need but the code is awful. When change the font the height of inputTextView is changed unpredictably, when I change insets for a text a placeholder's position looks strange and needs other set of insets and etc.
I need to have an
inputTextViewwith the following params:inputTextView.height == 32font == .systemFont(ofSize: 16)inputTextView.insets.left == 12Tried to customize your "Advanced example" from example project but got random UI errors. Finally I got the appearance I need but the code is awful. When change the font the height of
inputTextViewis changed unpredictably, when I change insets for a text a placeholder's position looks strange and needs other set of insets and etc.Could you please explain how to do that properly?