All pastes #2046966 Raw Edit

Untitled

public text v1 · immutable
#2046966 ·published 2011-04-15 21:25 UTC
rendered paste body
-(NSString *)getBannerSize {
    if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 4.2) {
        return ADBannerContentSizeIdentifierPortrait;
    }
    return ADBannerContentSizeIdentifier320x50;
}