Hi,
I'm trying to use the new iPhone library and am getting strange results. It's loading one of my internal views instead (one that shouldn't even be in memory yet) instead of the paypal checkout view. I'm using the code from the "MPL Getting Started Guide" and have successfully run it in an empty project. Any help would be much appreciated.
The stack trace calls look like this:
Code:
-[LoginViewController viewDidLoad] <--- this is my view
-[UIViewController view]
-[PPMERRootViewController method2:]
-[PPMERRootViewController viewWillAppear:]
-[UIView(Hierarchy) _willMoveToWindow:withAncestorView:]
-[UIView(Hierarchy) _addSubview:positioned:relativeTo:]
-[UIView(Hierarchy) addSubview:]
-[HomeViewController payWithPayPal] <--- this is the [pp Checkout:payment] call
Thanks,
Robert Gatti