-
While testing I found that the application crashes if you have the PayPal Pay window open and there's some sort of error processing the order. The PayPal Pay window showed an alert that said there was…
-
Hi,
I get this crash:
Exception Type: SIGABRT
Exception Codes: #0 at 0x387b51fc
Crashed Thread: 0
Application Specific Information:
**\* Terminating app due to uncaught exception 'NSInternalIncon…
-
## Version: 2.0 (n59) | tv.shelby.shelbytvnightly
## Stacktrace
-;main;main.m;16
## Reason
**\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[**NSBlockVariable*…
-
-
- [x] ending a workout
- [x] deleting a workout
-
I am using MMDrawer Controller for my app. I am able to show Facebook login and representing the MMDrawerController.
I placed the logout button in left view controller like Facebook does.
But when i …
-
If you scroll down a page in table view and then select a cell that displays CustomIOS7AlertView, the view is located at the top of the table. Need to add following code to CustomIOS7AlertView show m…
-
1) Create Cocos2D-v2 template project
2) in "HelloTest.m" replace init method for:
```
-(id) init
{
if( (self=[super init] ))
{
// To show something in background
CCSprite *ba…
-
I'd love to be able to do something like this:
``` Objective-C
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Alert"
message:@"Foo b…
-
The following code is used to create and show an alert view.
```
SIAlertView *av = [[SIAlertView alloc] initWithTitle:NSLocalizedString(@"SELECT_DISPLAY_NUMBER", nil) andMessage:nil];
[av addButtonW…