dsfs
dsfs

Reputation: 189

iOS: UITabBarController with Ad below it

How can I create a UITabBarController and add an ad below it? What's the best way? I mean, should you use several UIWindows or how is it possible?

Please give me advice on how can I achieve it.

Upvotes: 0

Views: 345

Answers (1)

Zaid Pathan
Zaid Pathan

Reputation: 16820

As suggested by @the4kman,

Embed tabbar

Step 1 : Add UIViewController

Step 2 : Add Container view inside UIViewController from Step 1

Step 3 : Embed UITabbarController to Container view

Step 4 : Add good Ads below Container view

All done, Enjoy!

Upvotes: 2

Related Questions