I want to know that how can I get an iAd banner's advertisement's height for current device programmatically in Swift? Thanks!
Solved by using:
CGRectGetHeight(iAdBannerView.frame)