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 -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -