iPhone Programming- Xcode 4: Advanced Code Snippets.

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,632
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jul 24, 2011

A quick tutorial teaching you how to use Code Snippets to their maximum including custom parameters and detailed explanations.

Main code used:

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Other", nil]; [alert show]; [alert release];

Twitter: http://twitter.com/failcakeapps
Apple Developer Center: http://developer.apple.com/devcenter/ios/index.action
Website: http://failcake.webs.com/
Channel: http://youtube.com/milmersxcode

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (MilmersXcode)

  • hey Milmer thx for your reaction, I have no coding knowledge ( i work now 1 week with xcode(and have the new version)), do you know someting how i can learn basic codes?

    Bye, Recei

  • @MrReceiS You can pick up various books from amazon on iOS Programming. Most go from the basics to really complicated stuff. Just go look, you'll find some.

    As always, practice makes perfect and the more you code the more you get used to certain things and they become natural and more fluent.

    Any more questions I am always here to answer them :D.

    Milmer

  • hey, if I use your main code (UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Other", nil]; [alert show]; [alert release];) he said: ARC forbids explicit message send of 'release'

    PLease can you help me what i need the do...

    (thx for vids!)

  • @MrReceiS ARC stands for Automatic Reference Counting. In short, it does the release for you. Therefore, you don't need the line:

    [alert release];

    This is new in Xcode 4.2

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • you are great man, thank so much ^^

  • Thanks alot, great effort, it was very helpfull

  • Cool!

  • Thank you!

  • I like this tutorial

    Thanks

  • Thanks ;)

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more