Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 06-19-2010, 08:28 PM   #1 (permalink)
Registered Member
 
Join Date: Sep 2009
Location: Toronto
Posts: 23
Darkin is on a distinguished road
Unhappy iad with tableview issues

Hey guys, seem to be having an issue. I think most of it is because of my limited knowledge between views but maybe figuring this out will help me figure out my larger view issues overall.

I am creating a iAd banner view on the top of the screen and then creating a navigation view (or tableview or tab bar view) but I keep getting SIGABRT errors on the [window addSubview:banner]; line. I have tried creating the banner programmatically as well as with the IB but neither seem to work. I am doing it to the window as I want the banner to be at the highest level of code. I also tried creating subview and then creating the navigation controller inside it but end up with similar results...

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

// Override point for customization after application launch.
banner = [[ADBannerView alloc] initWithFrame:CGRectMake(0.0, 20.0, 320.0, 50.0)];
banner.currentContentSizeIdentifier = ADBannerContentSizeIdentifier320x50;
[window addSubview:banner];

// Add the navigation controller's view to the window and display.
navigationController.view.frame = CGRectMake(0.0, 70.0, 320.0, 410.0);
[window addSubview:navigationController.view];
[window makeKeyAndVisible];

return YES;
}

What am I doing wrong!? Big headache here.
Darkin is offline   Reply With Quote
Old 07-08-2010, 03:08 PM   #2 (permalink)
Registered Member
 
Join Date: Oct 2008
Posts: 7
ade.rutter is on a distinguished road
Default

iAd banner views need a view controller.
ade.rutter is offline   Reply With Quote
Reply

Bookmarks

Tags
iads, iphone, subviews

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 336
8 members and 328 guests
anothermine, Chickenrig, Domele, givensur, heshiming, michaelhansen, PixelInteractive, Sloshmonster
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,892
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:17 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0