Added: 2 years ago
From: SimpleSDK
Views: 68,375
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (157)

Sign In or Sign Up now to post a comment!
  • Jesus, that desktop

  • OMG shown up by a nine-year-old!

  • Nice tutorial man, you show me a lot of thinks that I want to know.

  • well done

    

  • Apple rejected this kind of app, it's too easy...

  • @ucore1 Well, of course... iOS already comes with Safari.

  • LOVE the vids! Good job man, keep them up PLEASE

  • How it will be working in xcode 4.1?

    What I must change?

  • i want to learn iPhone from you

  • Do you know how I could create a UIButton / IBAction to send a keystroke to the uiwebview like spacebar and arrow keys? Seems the only available are forward/back/reload/go... Thanks. Good tutorial.

  • Awesome tutorial! But how do you use UIWebView for an application with tabs?

  • Thank you for this nice video. I appreciate the way you present.

    Really Fantastic.

    All the best

  • I love being taught by a 9 year old.

  • What is: (void)applicationDidFinishLaun­ching:UIApplication *)application {

    At 5:40 in xCode 4?

  • this is what I was looking for .... THANKS!!!! fantastic video, rrrrreally!

  • Good Job, on the video. I found it very helpful.

  • Nice CS4 crack torrent file on your desktop....

  • Anybody know how you can do this in xCode 4, bit confused

  • Anybody know how you can do this in xCode 4, bit confuzed

  • thanks

    

  • how do u get a web app delegate??

  • How old is this kid?

  • fuck this is mac only aint it

  • Thank you for sharing your knowledge and using very clear techniques to demonstrate. A+

    To everyone that is whining about this and that not working hush...this kid did you a favor by posting this and if you can't fill in the blanks yourself that is your problem not his. Who cares if menu organization and nomenclature has changed in different versions if you have half a brain you can figure it out.

  • HAHAHAHAHAHHHAHAAA! how do u know this :S

  • hey I really need your help! I followed every single part you are teaching in this video, and everytime i do this video all over again, i always get the same error! This is the one error that really bothers me alot!

    'First View Controller (First)' has both its 'View' and 'NIB Name' properties set. This configuration is not supported.

    Please Help Me!

  • How do I add connect webView using View-Based Application?

  • In case anyone wonders, YES this works on 4.1 and YES it works on latest xcode

  • cool

  • who taught you this???

  • Hey, could I make this the same but instead with a URL bar? Would it work?

    Thanks for the vid

    Please Reply

  • hey

    Is it possible to restart/reload the url again from the beginning after tipping on a tab bar item like in the app store?

  • When i open it it crashes

  • Im on 4.1 sdk, when i press build and go , it says the @end needs an identifier? please reply

  • How did you figure out how to code? Please reply

  • With Xcode 3.2.5 this tutorial fails at 1:38 as there is no means of adding a new outlet on that inspector panel. Any chance you can revisit this vid and update it accordingly for the new SDK?

  • @zippy172 --agreed in 3.2 cant add outlets

  • @shalpe02

    Outlets and Actions have been moved into the Library window. Select the Classes tab, then select your class, and in the dropdown in the bottom half of the window, select Outlets.

  • Hi, How do you change the orientation to landscape?

  • Good, now try to make flash for iPhone

  • Will this also work on a tab bar application project? Im just trying to have a weather tab, that will stream the weather off of a website, is this possible to do?

  • How do i do multiple web pages? thanks

  • Hey I did this and it works but i tried to do multiple web pages with different buttons to different web pages and when i did this it worked. the only problem is once i open the web pages for the second time (like if i reopened it) it doesn't load the correct web page? it will load the previous web page. If u can help i would really appreciate this. thanks

  • can u plz make an updated version of this

  • how to i make this but with a tab bar in the bottum

  • Hi, when u download and install xcode of apple page, in application > mac os x , comes only application, framework and library, applicaiton plug-in , system plugg-in, and other.

    how did u get the others stuffs? like dynamic library or java, kernel extension?

    tnks

  • Can you update this one cause i cant create the new webView class, its not there

  • When getting to the Web App Delegate part, the identifier doesn't give the option to add an outlet, the only options are "Class Identity" and "Interface Builder Identity". Does any one know how to add outlet with these options?

  • Once in the Appledelegate part, there is no option to create a new class outlet. Is it different version? If so, does anyone know how to create it?

  • Once in the Appledelegate part, there is no option to create a new class outlet. Is it different version? If so, does anyone know how to create it?

  • how did u add an outlet??? i cant do that!

  • @JimmyFounder When the XCode became version 3.2, the actions and outlets

    were moved to the "Library".

    You can't add outlets from "Inspector". Instead, you need to use

    "Library" which you can launch from Tools menu of Interface Builder.

    After launching "Library", select "classes" and search the class which

    you want to add outlets. To use filter at the bottom of "Library"

    helps you find it.

  • @JimmyFounder go to (name)viewcontroller.h then under interface type,

    IBOutlet UI(whatever I.E. Label) *(name of object);

    hope this helped!!

  • @JimmyFounder

    me too! you've got any solutions?

  • @JimmyFounder

    in the header file add @property (nonatomic, retain) IBOutlet UIWebView *webView;

    and then see outlet panel and connect it

  • @JimmyFounder

    goto viewcontroller.m make sure you have {

    IBoutles goes here

    }

    although its been a year so one would hope you have gotten it by now

  • Your vids are cosistently awesome, SimpleSDK dude. I don't use macs much anymore and I don't like how you were talking about these non-coding products (like earbuds), but your'e smart as heck and your voice reminds me A LOT LOT LOT of MYSELF when I was 12/13, so that's awesome and connective. I'm a coder, too. So, awesome stuff. stay smart.

  • ELMO!!!!! 1:58 Yay!!!!!

  • Comment removed

  • Was the webappdelegate created in a different tutorial? I can't find it in my SDK?

  • can you make it load to just one age no other pages for example no changing websites or going back and forth

  • good tutorial...thumbs up!

  • For those of you having trouble with the class outlet thing I believe with the current xcode it is easier to put IBOutlet UIWebView *webView; underneath the "@interface" in appdelegate.h

  • Great job! is it possible to automate a login process?

  • Hey, awesome video! But I have a problem....When I click on "Web delegates" It doesn't show the class outlets like at 1:44 . I did everything you did, but it just isn't there. Please help! :) Thanks!

  • @KaffCast same here. what has to be done for the class outlets to show in the inspector

  • @KaffCast yea ive been having same issue cant find a way to edit call outlets, it doesnt display in interface builder panel after clicking the delegate icon

  • how old are you ?

  • when i click build and go it just says "succeeded" or something like that at the bottom of the window. but from what i know the simulator should then pop up and start running my app. but it doesn't.  i can open the simulator seperately but it doesn't have my app on it.... how can i run my iphone app on the simulator?

  • @mikeyfeeley1 hit Build and Run

  • can u program a UIView with HTML?

  • Hey, great video, worked fine. One thing however, my app is for iPad and iPhone and it doesnt rotate when you switch to landscape. Any chance you could give me some pointers? I have seen other vids for this, but I think they are for older versions of Xcode. Thanks again, awesome tutorial.

  • cool man ,,,,,,,

  • the code: @synthesize webView

    makes a flaw and i cant view the app

  • How do you record screen shots and add your sound to it ?

  • 12,345th viewer lol

  • SImpleSDK: I keep getting URLWithString undeclared. I followed you code exactly and I cant find where i am going wrong. BTW i dont know if it matters but im using tab bar app

  • Christ what AGE are you??! I feel terrible.

  • @Benjomatic y do u feel tereble?

  • @Benjomatic he is 14..

  • Hi there,

    I just wanna know if you could do a tutorial on how to create a user login page which will grant access to a user if the login details exist in the database, and no access if the user doesn't exist in the database. Thanx...!

  • Anyone know how to do a webview in xcode for osx, not iphone?

  • Whow you are great, thnkx very much!

  • Is there an updated version for SDK 3 + please? It seems the interface has changed.

  • interface builder has changed but its better if u experiment , truust me , i did and learned more exploring my way around

  • Cool tutorial, thanks Alec!

    Question:

    Using the iPhone SDK version 3.1.3 on SnowLeopard, it seems that the pinch-to-zoom functionality doesn't work in the simulator. Is there something I missed, or something extra I need to do? Any hints would be much appreciated. Thanks!

  • Wow... Thanks a lot...

  • Simple all the way>

  • so you have a chris pirillo on your desktop why?

  • dang, some reason, the app delegate is not working. i double click but it gives me that annoying ping of "nope, cant do that!" any help?

  • can you do something like this but using the camera app?

  • I really like listening to your voice, mate. It's really clear, kind, and intelligent. ++ these vids help like no other for iphone sdk programming. Thanks!

  • nice!

  • Hi I've got everything right in my program and all the script have went well, but for some reason I couldn't change my object ID and stuff. so is it because of the SDK Version different? cause I'm using the newest one right now. Please reply.Joe

  • I have a tab bar application with a UIWebView with one of my tabs.

    When I have a Wireless Connection my webpage will load.

    When I don't have a wireless Connection my webpage will not load.

    Any help?

  • This dude is a genius!

    Most helpful, thanks

  • keep on doing what you are doing man! you have a strong career ahead of you. perfect what you know and develop what others dont know. you will soon become a GOD. LOL

    great tut tyvm again

  • Nice desktop hehe ty for the great tutorial, very well explained, good luck with your own apps

  • Thanks man for explaining what the codes actually do instead of just giving us the code.

  • my pinching for zooming doesn't work.. what should I do to enable it.. One more thing, after I install the latest Xcode for Snow Leopard I no longer see the Action/Outlet pane at the IB identity inspector pane..?? Help.

  • Yeah I'm still trying to figure this one out. Seems like all the tuts i'm trying to fallow I have to hand code my way around. Not fun when I know people with the old version could just click a nice little + sign.

  • So I figured out how to do everything.

    DO NOT USE APP DELEGATE MAKE A NEW VIEW AND DO EVERYTHING IN A VIEW BASED APP. Thanks for the videos I now have 2 apps in the app store one is called CARD MAG!C and the other one is called okdigg keep making great videos!

  • is there anywhere online this is explained better? i've been trying to do both the things you asked about.

  • Not really, simplesdk, iPhoneSDKtutor, and HDiPhone are the best. I made a playlist with all there videos. I would recomed doing every tutorial they have made, then you will be able to make a simple app.

  • Nice and easy, Thanks alot.

  • Two questions, how do you make it rotate? And, how can I make a button take me to different URL's insted of just back, forword and reload? Thanks for the great videos.

  • Great tutorial but i every time get the same error: Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/privat. Do you know what it mean?

  • Nice helpful tutorial explained simply.

  • the pinching wont work..what did u do to make it work?

  • Awesome vid thanks for the work!

  • You are the best SDK tut maker yet. You explain why you are doing things. Keep up the awesome work. Im in the process of learning the SDK and programming, making an app!!

  • Check out "iphone SDK tutor" he got ALOT of nice vids. but SimpleSDK is great too:)

  • how to make this app to rotate when i wanna see it in widescreen?

  • THANK YOU!

  • Great Video ! I made that.

  • thanks man i uploaded the app to the app store, hope it does get accepted and approved

  • awesome to see other young people out in the development field. keep up the awesome work!

  • htuyf

  • You are awesome, thanks for everything!

  • How do you make it so that when you click on a button, a designated webpage pops up?

  • Like instead of a page loading on startup, you have to press a button to make it pop up?

  • Also, can you please post the file so that we can download it?

  • make an action, connect a button, write a class, then type the code.

  • What type of action, what do I write in the class, and what code do I type? I don't understand this stuff. PLEASE make a tutorial on this, I know many people would want it!

  • read programming in objectice c by stephen kochan...

  • dude how would u make it so its like willdta mobile app like you have diffrent sections one for a forum one for the website and ect

  • dude how would u make it so its like willdta mobile app like you have diffrent sections one for a forum one for the website and ect

  • hey alec how u get his hings

  • ones of the best tutorial in youtube!! good camera;)

  • Comment removed

  • you need your ipod hooked up?

  • No.

  • @iryanj you can run it on simulator

  • Plase help me

  • How many programs are you running?!

    Great tutorial. I'm 10, but I'm surprize that there are other people as smart as me (Not trying to brag :D)

  • How many programs am i running?? What?

  • Ok, dude. I know you are not trying to brag, but if you are so smart, why did you spell surprise incorrect?

    By the way, I am 12, and I have built 2 computers already, created a hack to run Android on iPhone, and have created a jailbreak for the iPod Touch 2g. Aside from that, I enabled bluetooth on my iPod Touch, and I also have developed 30 apps for the iPhone/iPod Touch, and these have been downloaded almost 10000 times each.

    Feelin' smart still?

  • The only reason I posted this comment is because I am very cautious about the fact that you should not be posting how "smart" you are. The only reason for this is so that you don't make other people feel bad. For instance, if I was a 13 year old watching a video made by a ten year old saying how smart he was, I would want to wring the ten year old's neck. Get it? Same with me on the comment above, I am not trying to brag.

  • Man you 2 are confusing! :D LOL

  • Umm.. really? am I? All I asked for was to form an alliance? We are both 12! We are also both doing the same things. If you have an iSight, then that would work. However, it would have to wait.

  • can you make a tutorial on how to put a search bar for the web app

  • you know alot considering your just 12. im 13 and i also want to be a programmer. keep on making good tutorials THX

  • Amazingly Simple ... X-man

  • Yo man i'm 13 and also want to be in tech when I get older and I just got the new 2.2.1 SDK and was wondering if you could give me a few pointers cause i'm pretty clueless at the moment.

    Thnx

    Sub to me

  • Hey,

    Great tutorial. Can you make one so that when the user taps a button it loads a new screen? Much like the forward and back button but not in a web view. Just to go to a new screen in my app. Thanks

  • Yes. You mean multiple nib files? i already know this but never made a tutorial. i try and make tutorials that no one else makes. ill do it in a bit.

  • very nice tutorial. how old are you anway?

  • Im 12.

  • How do you know this stuff at such a young age??

  • This is what I want to be. A programmer.

  • EXACTLY! I dont get it when teachers at my school are like "Oh no, no way, you should be a government representative, or you should be an architect! Frankly, I have told just about every teacher that tells me that: "Nope, It is actually more like programmer!" See, I have tons of tutorials that I have made for iPhone OS 3.0 SDK waiting to come out when the SDK and OS are public, so if you want to check them out when it is time, that would be great! We could form an alliance! (12 years old)

  • I have 2 apps being reviewed by apple right now for the app store. If you want to work together, talk to me through a message or AIM and we'll work on that. :)

  • Ok, that is cool! Here, we will have to wait. I am doing a huge project for school right now. However, I can give you my aim address. Let's become friends, and then I will send you it, as I am not giving it to anyone else.

  • Great little tutorial. Very straight forward.

    Well done!

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