TextView adds bottom padding/space when text is one line – Ios swift
Issue I am experiencing a weird behaviour with a UITextView which is inside a UIStackView with a defined spacing of 0. The UITextView is used to display a message inside a chat bubble. When the message is only one line,…