LGAlertView
LGAlertView copied to clipboard
fix UI bug when use sheet style.
trafficstars
the view total height is wrong when use sheet style, because the contentSize for tableView is not correct. For this, add estimatedRowHeight property when tableview init.
Excellent, thanks!