Skip to content

Instantly share code, notes, and snippets.

View Dirk-Sandberg's full-sized avatar

Erik Sandberg Dirk-Sandberg

  • 3M
  • Minneapolis
View GitHub Profile
@Dirk-Sandberg
Dirk-Sandberg / AdMob banner class for Kivy-ios
Last active March 6, 2023 12:34
Snippet to add to main.m in kivy-ios project
UIView *gView;
UIViewController *gViewColtroller;
@interface myBanner : NSObject <GADBannerViewDelegate>
@property (nonatomic) BOOL show_ads;
@property (strong, nonatomic) GADBannerView *gbanner;
@property (strong, nonatomic) GADRequest *request;
@end