Skip to content

Instantly share code, notes, and snippets.

@nickreffitt
Created May 11, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickreffitt/696a82250f67941e2e6d to your computer and use it in GitHub Desktop.
Save nickreffitt/696a82250f67941e2e6d to your computer and use it in GitHub Desktop.
(TDInterstitialAdvert) =>
(NSString) applicationId
(NSString) targetingId
(NSString) subscriptionId // (optional)
(TDCreative) creative =>
(NSString) identifier
(TDOrientation) orientation // Can be either `TDOrientationPortrait` or `TDOrientationLandscape
(TDResolution) resolution // Can be `TDResolution1x`, `TDResolution2x` or `TDResolution3x`
(TDAspectRatio) aspectRatio =>
(int) width
(int) height
(NSURL) url
(UIImage) image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment