Get height of UITableView without scroll bars
Posted
by igul222
on Stack Overflow
See other posts from Stack Overflow
or by igul222
Published on 2010-03-27T03:44:36Z
Indexed on
2010/03/27
3:53 UTC
Read the original article
Hit count: 444
I need to get the full height of a UITableView (i.e. the height at which there would be nothing more to scroll). Is there any way to do this?
I've tried [tableView sizeThatFits:CGSizeZero]
, but that only returns a 0x0 CGSize.
© Stack Overflow or respective owner