I too have similar issue
CGSize textSize = { width, 20000.0f };// width and height of text area
can any one please tell me why 20000.0f is used as the height ?? when i try to use the above code snippet , the cell height isnt proper , for text with 1 line it wroks fine , but 2 - 3 lines the cell size is too big.
|