iphone - I Need to display the content on label with multi line -


i displaying data on uilabel iphone multi-line. problem need display specific content , display dot... on label if content not display in 2 line after content

for multi-line label use uitextview or set label multi-line:

label.linebreakmode = uilinebreakmodewordwrap; label.numberoflines = 5; //or whatever want 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -