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

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -