objective c - iOS:UILabel, how to judge UILabel's content overflow? -


as title, wanna judge uilabel show content. such as, if set uilabel numberoflines 2,maybe content can arrive end,maybe not,how can judge that?

my code you

titlelable.minimumscalefactor = 0.5; [titlelable sizetofit]; 

Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

C# - WPF - ColumnGroups Footer? (telerik) -

Laravel Bind Multiple Class to One Contract in The Service Provider -