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

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

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -