Created
June 21, 2016 08:49
-
-
Save onderozcan/16462831eb3b2e5aaa2af8c44dff5c20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMAAdDisplayContainer *adDisplayContainer = | |
[[IMAAdDisplayContainer alloc] initWithAdContainer:self.adsContainer companionSlots:nil]; | |
// Create an ad request with our ad tag, display container, and optional user context. | |
IMAAdsRequest *request = [[IMAAdsRequest alloc] initWithAdTagUrl:@"http://adsp.haberturk.com/advertpro/servlet/vast2/zone?zid=1717&pid=0&random=" | |
adDisplayContainer:adDisplayContainer | |
contentPlayhead:self.contentPlayhead | |
userContext:nil]; | |
[self.adsLoader requestAdsWithRequest:request]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment