InMobi / sdk-sample-code-ios

This repository contains InMobi iOS SDK sample code for different ad-formats, which publishers can use to incorporate in their apps
MIT License
18 stars 12 forks source link

Resizing issue #25

Closed veersr9 closed 4 years ago

veersr9 commented 5 years ago

If I am giving banner add size according to my view size but ad is not showing . But if I will give it's default size (320x50) then It is showing .

Can you please tell me what is the issue .

banner = IMBanner(frame: CGRect(x:0, y:0, width:self.adsBgView.frame.size.width, height:50), placementId: INMOBI_BANNER_PLACEMENT); banner!.delegate = self; banner!.load() adsBgView.addSubview(self.banner!);

Aman5692 commented 5 years ago

Thanks for reporting we will look into the issue.