Added: 3 years ago
From: Masna360
Views: 118,803
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (63)

Sign In or Sign Up now to post a comment!
  • You just earned a like, favorite and subscriber!

  • make apps without programming snappii.com

  • this is good for someone that know how to programm but for beginner sno good

  • i tried integrating a table view after a switch view, but the table view cell no longer pushes to another view when clicked... What am i not doing, to integrate a switch view example with a table view example?

  • Good tutorial, but it would be better in higher quality. It's not so easy to see everything you're typing - even in 420p

  • i am learning Android, C#, do you think i will have the time to learn iphones too?

  • @HardCoreProgrammer1

    Theres no such thing as "Android", its Java.

    Btw, C# is pointless. Its managed, only works on windows and will die in some time. Learn C or a similar language.

    Remember, you need a mac to code iPhone apps. All languages are similar in some terms, so learning Objective C may help you when learning java, and vice-versa.

  • @Colton328 Android is the OS, which provides a framework that runs on Dalvik VMs. Java is the programming language that most developers use because of the provided Google-developed Java libraries. However, you could use other languages too, if you know what you're doing. Still, you have to learn about how the Android OS operates in order to efficiently program for it.

    Also, C# is not pointless. It's a powerful language taking aspects of many languages, including C/++, Java, and even Pascal.

  • Great Job on this instructional video. You take the time to explain everything very carefully and it helps the viewer understand. Thanks for a great job...

  • Hi, Thanks for all you vids, very useful. i'm a complete amateur at programming and new to xcode. i have an idea for a simple text based app, but i'm wondering wether to pay someone to make the basic program and ill fill in the text boxes. do you design for people? or know of any good programers that could help?

  • My program was working great (bare application based on the TabBar template), so i added this code to populate a TableView Component, and now when i run it closes immediately after opening. How can i go about fixing this?

  • @CBurgessTV dude this was made for the first verision of iphone sdk

  • @CBurgessTV

    Set the delegate and datasource of ur tableview to "files owner" from interface builder.

  • please watch the video of my iPad application: iLeckturez

  • way too fast! but the rest seem ok. xcode is different now, so not one-to-one reproducible...

  • i get errors with the "cell.text" function...any help?

  • @poopypunky50

    Great suggestion heard Apple deactivated the iPhone 4g preventing the thief from booting up the phone the phone

    The majority of ppl viewing this video simply can't buy the iPhone 4g, since it will be $497

    But I discovered on Apples facebook page earlier they are giving away a few thousand iPhone 4gs. Also, this will take you to Apples iPhone 4g giveaway webpage copy n paste

    voomr。com/iphone4gfree199

    And the for the last step is FACEBOOK4137

  • nice

  • Hey I loved your tutorial! sad thing is I understand everything completely, but I do not own a Mac, and I need to create an application for my school project. Do you think if you have any spare time you could help me out?

    Please send me a message if you could help thank's so much!

  • Cool video, I just got my Mac set up and started iPhone programming. One question, how did you change the color of the Finderbar? Is it a skinning program?

  • nope

    its your wallpaper

  • My wallpaper is blue but my finderbar is still silver, how can it be changed?

  • nevermind i found the translucent menu setting...

  • @mrpoet123456789 nope its under settings

  • What a dock...what's your screen resolution?

  • wow. trim dock!

  • I freaking love you man!

  • What is the code I would use to add a weblink?

  • Hey Masna, nice job.

    where is your email. I'd like to contact you...

  • Hey Masna360,

    Good job. I appreciate this video as it is a visual aid in my quest to master Obj-C.

    Thanks & keep it coming!!!

  • I cannot open a cocoa touch application.

  • I stuttered for 2 seconds. I don't rehearse this, I just wing it. I apologize that not even I, Masna360 from YouTube, am not perfect.

  • LOL

  • question can you program apps in Python and port them over to the iphone or does the os on it already run Python?

  • I don't believe you can. I know that you can use C++ scripts for Audio Programming (but Apple has setup the iPhone programming environment for that). I don't know about Python. I would suggest just learning Objective-C, it's a wonderful language.

  • LOL! Care to elaborate?

  • @yoman258 2 year old comment but you still have to ask wtf?

  • @RITSKIS Indeed.

  • @Masna360

    It is and old comment but still for clarification - Objective-C was not in fact developed by Apple, it was used by Apple, but the language itself comes for Smalltalk, and in the begining had nothing to do with Apple.

  • google PyObjC

  • lol @ 40$/half hour

  • Question: in the app delegate code file you create the contentArray as with the retain keyword:

    contentArray = [[NSArray arrayWithObjects:@"First", ... , nil] retain];").

    Shouldn't you subsequently release the contentArray object in the dealloc method?

    [contentArray dealloc];

  • Err, I meant, "[contentArray release];".

  • Hey dude. great tutorial. i'm thinking of producing a game for a university module project. I have a basic understanding of lingo programming and can make simple games using macro media director. what method/ resources did you use to learn your skills ???? what kind of time scale would there be for a beginner to produce a half decent game. I have 4 months till my deadline ???? Thanks a lot

    If anyone else can help me out please feel free to do so

  • great tutorial! thanks a lot!

    but what about your screen / screen resolution?

  • Nice tutorial! Thanks for all the good info. I specially thought the child screaming in the background was a nice touch at the end ;)

  • Great videos Anthony! I'm a very experienced C++ programmer but I've not did a lot of GUI apps using the GUI design patterns such as delagation, MVC, KVC, KVO, etc. So this was a nice video to get me started with the GUI design patterns even though you didn't explicitly point them out and for helping me get used to the Objective-C language.

    This being said, I can't seem to get this code to run. I'm wondering if I missed something in interface builder or something changed in the 2.2 release?

  • Pretty useful video to get started on UITableView. Thanks Anthony..!

  • Dude -- you don't reference the names of the files when you are making edits and if I blow the video up to full screen, the text shown on your screen is blurry!!!

    How are we supposed to follow along if we can't even read what you're typing!??

  • You watch the videos on my Revver account like I said you should.

  • URL?

  • can you re-create this for the eight beta

  • i'm sorry im new to developing but to learn iphone sdk does it have anything to do with java or C++? And what is object-C is it a whole different subject?

  • I beleive (not positive) that Java is used more so in Mac OS X than Cocoa Touch and the iPhone SDK, C++ and C are similiar to Objective-C, Objective is more based on objects and some wierd bits are cleared up in the language.

  • can you define wierd bits because not a lot of info searching online mainly because I dont really understand it :/

  • Objective-C is the only way for Native iPhone apps. Java isn't use much in OS X, Objective-C dominates.

  • Comment removed

  • Well, I could figure it out myself. I just read the FileMerge help and it didn't work because I was not seleting an action. It's a very odd interface. I understood it was not worth it to use FileMerge for such a simple thing!

  • Yeah, it's better to just add the IBOutlets in code yourself (unless you've added a real lot in IB).

  • I've got a question. Why you manually declare the outlets in Xcode instead of using the Write Class files... and then merge facility in IB?

    I'm trying to use it and I can't figure it out or it simply is not working in this beta 5. That would be the reason why you are not using it I guess.

    Help please.

    Thanks a lot!

  • Thank you so much! Very helpful!

Loading...
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