I want to set the number of lines property to 7 and see if my current text is all visible within the 7 lines or not. if its not then i will show a button below which will set the number of lines to 0 at the press of it. The UIlable exists inside a table cell, auto layout will adjust the size.
How can i check if my text is being truncated in the uilable or not? like if it exceeds the 7 lines or not. (the text can contain any combination of new lines and text, so i cant just count the newlines or number of characters, it will have be approximate, but not equal to 7 lines.)