How can i add a UIView under my tab bar controller programatically?
Try this add see:
Follow these steps to achieve it:
- Add
UIViewController
in root of your storyboard - Add
Container View
insideUIViewController
- Add
AdView
belowContainer view
- Embed
UITabbarController
withContainer view