Jump to content

5 posts in this topic

Recommended Posts

Posted

hey! so im trying to make a button have a UIAlert, this is what i have so far, just from looking around the site.

  [mutableNewArr addObject:[[[%c(SettingsOptionButton) alloc] initWithTitle:@"Credits" iconImage:nil executeOnTap:^(void)
    { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Welcome to k8"
        message:@"Thank you for trying out k8  atomikpanda and I appreciate it, before you get started you must know that the new settings will be in the Kik settings itself or in the group/chat settings  no more going back to the settings app!                  Enjoy!" delegate:nil cancelButtonTitle:@"Yay! Thank you!"
        otherButtonTitles:nil];

    [alert show];
    [alert release];
  }

but when I try to compile, it I get this error.... http://gyazo.com/8f0b5e5c5bc0c9cc4dfdf813e0d57b40

Posted

According to that it says you haven't closed '['

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines