Guest User

Untitled

a guest
Jul 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  2. {
  3. // Override point for customization after application launch.
  4. // Add the navigation controller's view to the window and display.
  5.  
  6. self.window.rootViewController = self.navigationController;
  7. [self.window makeKeyAndVisible];
  8.  
  9. [[FontManager sharedManager] loadFont:@"Rockwell.ttf"];
  10.  
  11. // call the Appirater class
  12. [Appirater appLaunched];
  13.  
  14. // call ads
  15. [InneractiveAd DisplayAd:@"test" withType:IaAdType_FullScreen withRoot:<#(UIView *)#> withReload:30];
  16. return YES;
  17. }
Add Comment
Please, Sign In to add comment