Added: 2 years ago
From: HDiPhone
Views: 20,970
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (77)

Sign In or Sign Up now to post a comment!
  • Best

    Thank you so much:)

  • @VFXWORLDTUTORIALS You Will Find on top of the Library 3 buttons "Objects","Classes","Media" Click on Classes on Then Go to the bottom and your done

    iGamrah

    From :GTechX

  • Thank you

  • very useful tutorial dude, you know your stuff!

  • You did a great job on this man! Keep up the awesome job! You were, clear, precise, and somehow fit it under 10 minutes! LOL! Thumbs up!

  • hello! thanks for this tutorial! can you please tell us how to place ActivityIndicatorview in every window before the web page apear? is this possible?

  • Nice and clear video!

    I have a question, is there a simple way to parse text from a website?

    As in, there is index.php and contains home/info/contact, is it possible to capture that and put them in buttons in an iPhone app?

  • i like this video........

  • I keep getting an error: syntax error before '}' token and I just done see what the problem is -.- its pissing me off

  • @NoteToSelfIMissYou1 nvm fixed. getting some weird little error about the requestwithurl and such

  • Nice Video ! How to make or put Pictures ( icons ) in the TabBar ?

  • Is their any way I could use RSS feeds instead of the Web address? I would like to have 3 different RSS Feeds come in.

  • Could you do a tutorial on how to make a video play when a app launches

  • @thecreativegeek

    Just add the MediaPlayer framework to your app, then add this code:

    NSString *path = [[NSBundle mainBundle] pathForResource:@"movie" ofType:@"m4v"];

    MPMoviePlayerController *theMovie = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:path]];

    [theMovie play];

  • Thanks, helped so much!!!!

  • probably not your fault but i got a blanc white screen for each tab (all codes were correct and it said build successul) advice?

  • how to make uiactivityindicator???

  • could you please email the web link code to jackr1909@gmail minus the url please (i know x-coding but am having trouble linking to a particular website. i just want to make sure that it isn't my faulty coding thankyou

  • To load a local file use the following:

    [finderView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"nearest" ofType:@"html"]isDirectory:NO]­]];

    finderView is the name of my webView - nearest.html is the local file...

    1 question from me - does anyone know how to use the didSelectViewController method to 'Refresh' or 'Reload' the web page each time the Tab Button is pressed ?

    Great tutorial btw :)

  • Awesome Tutorial dude. I have to thank you so much for all of your tutorials they are SOOOOO helpful.

    Just one question/problem, for some reason I can't watch any videos on the YouTube page and could you make a tutorial on how to use a search bar to search the internet.

  • Thanks for the tutorial.  How would I load a local html file into the webView?

  • I followed this tutorial and all went well now here's my question, I tried to implement a activity indicator to this with no prevail...can u show me how u would on this project

  • thanks it looks like it worked but the website doesnt load cuz my macs internet doesnt work. im upgrading to 3.1.3 on my ipod so i can try it out.

  • Anyone know how to code to change the first tab button to link to an image instead of a URL?

  • @arborescence2

    I am not sure but instead of putting a webview u put an image view and in the code just change it from a UIWebview to UIImageView and get rid of the awake from nib bit. I would tell u how to put an image in the image view but it is a bit to long to say so have look at a video on one I am sure there will be one

  • I fixed the error I got, but now im getting another error. Its saying (x) error: 'website' undeclared (first use in this function).

    That is the only thing stopping me. Otherwise im almost there xD So as soon as you can help then I can finish my app. Thanks

  • Very nice video but im stuck on when linking the UIWebView. I go to that and it doesnt show what you got. Im like 0.o haha Anyways it shows like Delegate, then back, foward, reload, etc.... Any ideas my friend?

  • Thanks so much this is the first tutorial i followed with NO errors. You are very good at explaining and do not go to fast .. Thanks again keep up the good work..

  • thanks so much for this tutorial. i have a question, though. How would I add a navigation bar so that once you click a link in a tab, you can go back to the previous page? Maybe make a tutorial on it please? Thanks again for your help.

  • awesome tutorial man. pretty easy actaully. thanks alot little guy.

  • nicely done.

    i subscribed

  • Great stuff. But when I go to build from using your source code files I downloaded I get an error: There is no SDK with th name or path "iphoneos2.0". I am using XCODE 3.1.4 If any one has any suggestions that would be great. Thanks.

  • How do you add an "Error" where there is no internet access. I saw one fo you "Error videos" but I did not know how to implement that error on this one. Please help

    thanks

    Eric

  • How do you do the above exact thing with three buttons at the bottom, rather than tab bars?

    kudos to yourr effort

    Craig

  • What's the best way to build iPhone apps without programming skills? Are there any courses online?

    Thanks

  • look at his newest vid it is a good website

  • Great video

  • Great tutorial. Any idea how to add reachability to the tabbar project? Keep getting apps rejected that do not have the reachability added in. Thanks~

  • hey man it's a nice tutorial BUT i got a problem.... when I click on video tab and assign the class "SecondViewController" then hit Enter... the outlet thing.... doesn't appear... what can i do???

    p.s not even in the firstview (website tab)

    u show this in the 3:40 min....

  • thanks man, this helped me on a app im working and ill publish to the app store.

  • Great tutorial!! Can you make a tutorial that demonstrates how to load an image view from a table view application?

  • Thanks for just the tutorial I was looking for! However.. I followed it to the point, and somehow all my tab pages are blank, none of the url's I entered will load. How can that be? I get no errors what so ever, my outlets are showing in IB and, for what I can tell, all my views are linked up correctly in IB aswell. Thank you for any suggestions to fix this issue.

  • I'm having trouble with Tab Bars in my game. I created a view based application and I don't know how to have a Tab Bar. I tried adding one and it wouldn't let me have different views for each tab. Do I have to add a Tab Bar Controller? If so how do I add it and write the source code for it. Please respond by youtube or by making another video.

  • Comment removed

  • Comment removed

  • Could you create a video to show how to create menus for games like the main menu, options menu, etc.

  • ah i got an errorCode Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

    can u help

  • If you your not actually part of the $99 Developer Program then that's probably the problem. The same thing happens to me.

  • oh thankyou when i get my new imac im prob gonna get the 99 dollar program

  • You have to make sure that you have it set for Simulator and not for Device in the Overview drop down box.

  • I was trying to figure out how to dpo this for hours.. You were the first to do a tutorial for showing the UIWebView with a TabBar. Worked great. THANKS!

  • I cant link the tabs with the view controllers....

  • yea i got a lot of errors.... why???

  • Comment removed

  • Comment removed

  • Could you make a application that you could have like a WebView with a search bar or something similar to it.

  • VERY helpful. thanks

  • do a video on the list! and how to make bar images,

  • I did something wrong. Can you help me?

    The first time I tried only the website of the first tab showed.

    Today I have tried it for the second time. And now it gives me 3 errors:

    /Users/frankjasper/Documents/M­oviecrew/Classes/ThirdViewCont­roller.m:17: error: syntax error before '}' token

    What should I do?

  • I also tried to download your project file and change the links and tab names. If I only changed the links it worked. But as soon as I touch the tabnames the app crashes. (Hope you can help me)

    Thanks in advance :D

  • Comment removed

  • This was one of the most clear, well explained tutorials I've watched. Thank you!

  • thanks

  • How do I load this onto my phone to test?

  • Click build and go ;)

  • Very helpful. He should add music to his opening section though. Very nice though.

  • Could you please tell me where you get all your coding info from?

  • YES

  • can you post the file

  • Awesome! Appreciated!

  • Nice! These tutorials are great!!!!!!!!!!!

  • how do you put pictures on the bar any way? can you change the shape all around? like change each button to a shark or somthin?

  • hi..

    if you klik on one of the bars and go to your inspector and then go to "the first bar" and there you can chose the image..

    ( if the "image selecter" is not there you have kliked wrong on the bar )

    MertenNor

    PS. sorry for my bd english...

  • your english is great!! thnks so much, i subd you

  • btw the size is 30 x 30 pixels..

    tnx for the sub ^_^

  • first

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