Method | Description | |
---|---|---|
getLine ( Stack |
Returns a line composed of the words in the stack that would fit into the label. The line is returned when the next word wouldn't fit or the last poped word was a newline. The stack is requiered to have all characters and all whitespaces in separate elements. The labels text must be blank.
|
public static getLine ( Stack |
||
words | Stack |
|
targetLabel | UILabel | |
doLinePadding | bool | |
return | string |