I am a Apple developer that used to work with UIImages and photography. Now I am entering int the Table/List problems and having some trouble.
I need to implement a system that shows up a lot of views, separated by contexts (see the UITabBarItems below). One of this views is a list of places, separated by categories. Every list has its banner.
I tried to put on my main window a tabbarcontroller that includes 3 viewcontrollers and the one that shows the categories . It’s a navigationcontroller. The problem is: I can’t control the ads this way!
Does someone know what can i do?
In short, I want to allow to put an image over a UINavigationController, like this:
If you create and use a subclass of UINavigationController you can add a custom ad as a subview.
Then, you can set the height of the tableview footer to be the same height as your ad if your ad is over the tableview, so the tableview ends at the top of the ad.
This is how I have ads via the MobClix framework set up in an app.