ios - iOS10 UILabel use NSLineBreakByCharWrapping has half character ,how to fix it? -


enter image description here

this uilabel show half character!!!

show

this uilabel attribute!!!

attribute

the linebreaking working if label have chance break line. "lines" set 1, there no chance.

set lines 0 (auto) or @ least 2 , work.


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -