UILabel word wrap feature leaving space even when sufficient space available for the word
问题 The problem coming even in storyboard. The UILabel is having following properties: numberOfLines = 0 lineBreakMode = .byWordWrapping Constraints: Leading & Trailing 26 points to superview; vertically center. Custom Font: Medium 17 Points. As you can see the fourth word cannot fit in the first line and hence a problem by creating bad layout. If I remove the last word the sentence fits in one line completely or say the fourth word. If adding a word after it moves both of them to next line which