Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
textView.contentSize.height の高さが間違っているので、このパディングを削除したい (日本語/英語のみ)。
解決策またはコードを教えてください。
何か案は?
私は同じ問題に遭遇し、それを解決しました
YourTextField.contentInset = UIEdgeInsetsMake(-4,-8,0,0); //you can modify these values to best fit your text.