SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Add textViewContainerInset as new parameter
In some languages, there are an upper character that was located above the alphabet. If we use textViewContainerInset as zero, the above character would be missing. In some word that the character was missing, the meaning also changed.


We probably shouldn't set it to .zero by default. Either don't change it by default, or set it to (8, 0, 8, 0) - the default that Apple uses, see https://developer.apple.com/documentation/uikit/uitextview/1618619-textcontainerinset
I wonder why the original author set it to zero? To make it more compact?