Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 0    Views: 62

mutzy
Aspiring developer
Profile
Posts: 841
Reg: Nov 03, 2010
Medford, MA
9,860
03/30/14 04:15 PM (10 years ago)

? Issue using alert view plugin on iPad...

I'm working on my first tabbed app and on the main screen I have a custom navigation bar (have the default BT navbar hidden in the control panel) and a bar button on either end, both of which launches the alert view plugin. This works perfectly on my iPhone. The iPad, however, is giving me issues. The first problem I noticed was that when I clicked the top left button it kept refreshing, even though I had the BT navbar hidden. Weird. I usually remove that for final production so removed the necessary info in the config.txt file. It no longer refreshes but when I click either of them the background goes white. If I choose another option on the tab bar at the bottom and come back to that first home screen it looks fine again. Here is a video that shows you what I mean: https://www.dropbox.com/s/g23b9ssdeu7uoaz/app.MOV And here is the output from Xcode: 2014-03-30 19:07:03.640 fever[1412:60b] JM_Xib_button_menu: buttonTapped: Button Tag: 1 Load screen with itemId: "3B18F4B646489FCB3E443DD" 2014-03-30 19:07:03.641 fever[1412:60b] BT_application: getScreenDataByItemId 3B18F4B646489FCB3E443DD 2014-03-30 19:07:03.643 fever[1412:60b] BT_application: screenType is JC_AlertView for screen with nickname: "Feedback" and itemId: 3B18F4B646489FCB3E443DD 2014-03-30 19:07:03.643 fever[1412:60b] JM_Xib_button_menu: handleTapToLoadScreen (super) loading nickname: "Feedback" itemId: 3B18F4B646489FCB3E443DD itemType: JC_AlertView 2014-03-30 19:07:03.644 fever[1412:60b] BT_application: getViewControllerForScreen nickname: "Feedback" itemId: 3B18F4B646489FCB3E443DD type: JC_AlertView 2014-03-30 19:07:03.644 fever[1412:60b] JC_AlertView: INIT 2014-03-30 19:07:03.645 fever[1412:60b] BT_navController: pushViewController 2014-03-30 19:07:03.646 fever[1412:60b] BT_navController: transition type: fade 2014-03-30 19:07:03.647 fever[1412:60b] JC_AlertView: viewDidLoad 2014-03-30 19:07:03.648 fever[1412:60b] JC_AlertView: viewDidLoad (super) 2014-03-30 19:07:03.648 fever[1412:60b] JC_AlertView: viewWillAppear (super) 2014-03-30 19:07:03.649 fever[1412:60b] JC_AlertView: configureNavBar (super) for screen with itemId: 3B18F4B646489FCB3E443DD 2014-03-30 19:07:03.650 fever[1412:60b] BT_viewUtilities: getNavBarBackgroundColorForScreen: Screen "Feedback" color: #FFFFFF 2014-03-30 19:07:03.652 fever[1412:60b] JC_AlertView: configureBackground (super) for screen with itemId 3B18F4B646489FCB3E443DD: 2014-03-30 19:07:03.653 fever[1412:60b] BT_background_view: updateProperties (color and image) for screen with itemId: 3B18F4B646489FCB3E443DD: 2014-03-30 19:07:03.655 fever[1412:60b] BT_fileManager: File does exist in Xcode bundle: "blank.png" 2014-03-30 19:07:03.655 fever[1412:60b] BT_background_view: "blank.png" exists in Xcode bundle - not downloading. 2014-03-30 19:07:03.656 fever[1412:60b] BT_background_view: setImage 2014-03-30 19:07:03.657 fever[1412:60b] JC_AlertView: viewWillAppear 2014-03-30 19:07:03.658 fever[1412:60b] fever_appDelegate: supportedInterfaceOrientationsForWindow 2014-03-30 19:07:03.667 fever[1412:60b] BT_navController: popViewControllerAnimated for screen with itemId: 3B18F4B646489FCB3E443DD 2014-03-30 19:07:03.668 fever[1412:60b] BT_navController: transition type: fade 2014-03-30 19:07:03.750 fever[1412:60b] JC_AlertView: launchAlert 2014-03-30 19:07:03.751 fever[1412:60b] JC_AlertView: Send Feedback! 2014-03-30 19:07:03.752 fever[1412:60b] JC_AlertView: If you love Baby Fever then please leave a review on iTunes! Otherwise send us an email about how we can improve. I can see that it is pulling up a background view, and trying to load blank.png but I have no idea why. And no, I haven't put this on buzztools.com because the site is loading. Anyone have an idea? It's weird... Josh
 

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.