Skip to content

Commit 8584d3e

Browse files
LutherDiazgrabbou
authored andcommitted
Remove extra padding in BannerView (#43)
1 parent 19c0986 commit 8584d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ios/CTKBannerView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ - (void)createViewIfCan {
3838
adSize:fbAdSize
3939
rootViewController:RCTPresentedViewController()];
4040

41-
adView.frame = CGRectMake(0, 20, adView.bounds.size.width, adView.bounds.size.height);
41+
adView.frame = CGRectMake(0, 0, adView.bounds.size.width, adView.bounds.size.height);
4242
adView.delegate = self;
4343

4444
[adView loadAd];

0 commit comments

Comments
 (0)