chadh0130
Apple Fan
Profile
Posts: 352
Reg: Nov 05, 2011
Rhode Island
4,020
10/08/12 04:12 AM (13 years ago)

iOS6 Appoxee view errors

Hey All- I am trying to implement the newest Appoxee SDK into my new app (newest xcode, ios6)-Self hosted BT 2.0 I have created several apps using appoxee for iOS 5 with no problems, but now with the way iOS6 is set up and the changes for TabBar/navbar views, I am having a bit of trouble Appoxee is supposed to look like this (a screenshot of a previous app using iOS5 http://screencast.com/t/n40wwvW1wD ) And now Appoxee is looking like this (a screenshot of my new app using iOS 6 http://screencast.com/t/Py9lanoBoR ) You can tell appoxee is opened, however the background is transparent causing it to show the home screen and not the appoxee background and UI. And the buttons for "more apps" and "feedback" are out of line. Here is the code is used to implement the button on APPNAME_appDelegate.m. Has the code for the UI view changed? //Insert Button for iPhone & iPad appoxeeButton = [[UIButton buttonWithType:UIButtonTypeDetailDisclosure] retain]; [appoxeeButton addTarget:self action:@selector(showAppoxee) forControlEvents:UIControlEventTouchDown]; //Insert Button for iPhone & iPad on Right Nav Bar ((UINavigationController*)[self.rootApp.rootTabBarController.viewControllers objectAtIndex: 0]).navigationBar.topItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"envelope_white.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(showAppoxee)]; // ((UINavigationController*)[self.rootApp.rootTabBarController.viewControllers objectAtIndex: 1]).navigationBar.topItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"envelope_white.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(showAppoxee)]; // ((UINavigationController*)[self.rootApp.rootTabBarController.viewControllers objectAtIndex: 2]).navigationBar.topItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"envelope_white.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(showAppoxee)]; // ((UINavigationController*)[self.rootApp.rootTabBarController.viewControllers objectAtIndex: 3]).navigationBar.topItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"envelope_white.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(showAppoxee)]; // ((UINavigationController*)[self.rootApp.rootTabBarController.viewControllers objectAtIndex: 4]).navigationBar.topItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"envelope_white.png"] style:UIBarButtonItemStyleBordered target:self action:@selector(showAppoxee)]; //PLI END Does anyone know how to correct this problem?
 
ictguy
Aspiring developer
Profile
Posts: 564
Reg: Jun 17, 2011
Mildura, Austra...
15,840
like
11/06/12 01:03 AM (13 years ago)
@WaYsTiiD TIME, Did you ever get this fixed? I'm just looking at push for an up and coming project. I thought Appoxee's 'inbox' would be well suited to the task. Just wondering if you got the iOS 6 version running Appoxee on BT2? Cheers Darrel
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.