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?
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
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 ?
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.
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
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
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.
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
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???
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.
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 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)
Best
Thank you so much:)
MrChris8447 1 year ago
@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
iGamrah 1 year ago
Thank you
hxhst7 1 year ago
very useful tutorial dude, you know your stuff!
syntheticintel 1 year ago
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!
stevesmacfix 1 year ago
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?
evanproject 1 year ago
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?
rickrets 1 year ago
i like this video........
project25dynamic 1 year ago
I keep getting an error: syntax error before '}' token and I just done see what the problem is -.- its pissing me off
NoteToSelfIMissYou1 1 year ago
@NoteToSelfIMissYou1 nvm fixed. getting some weird little error about the requestwithurl and such
NoteToSelfIMissYou1 1 year ago
Nice Video ! How to make or put Pictures ( icons ) in the TabBar ?
iGalrauch 1 year ago
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.
DiamondRanchAcademy 1 year ago
Could you do a tutorial on how to make a video play when a app launches
thecreativegeek 1 year ago
@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];
ScaldedProductions 1 year ago
Thanks, helped so much!!!!
supertecnoboff 1 year ago
probably not your fault but i got a blanc white screen for each tab (all codes were correct and it said build successul) advice?
jackr1909 1 year ago
how to make uiactivityindicator???
darth2499 1 year ago
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
jackr1909 1 year ago
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 :)
aaronfisher08 1 year ago
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.
blobhead8 1 year ago
Thanks for the tutorial. How would I load a local html file into the webView?
dmdavis5 1 year ago
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
z3r01 1 year ago
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.
Ipoditouchreview3r 1 year ago
Anyone know how to code to change the first tab button to link to an image instead of a URL?
arborescence2 1 year ago
@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
blobhead8 1 year ago
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
NoteToSelfIMissYou1 2 years ago
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?
NoteToSelfIMissYou1 2 years ago
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..
gurlywurlie 2 years ago 2
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.
LightScribe1029 2 years ago
awesome tutorial man. pretty easy actaully. thanks alot little guy.
thenissan 2 years ago
nicely done.
i subscribed
MacEdits 2 years ago
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.
LadyjackTV 2 years ago
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
olangchung 2 years ago
How do you do the above exact thing with three buttons at the bottom, rather than tab bars?
kudos to yourr effort
Craig
seancraigful 2 years ago
What's the best way to build iPhone apps without programming skills? Are there any courses online?
Thanks
robertshoesmith 2 years ago
look at his newest vid it is a good website
thepeepzofearth 2 years ago
Great video
robertshoesmith 2 years ago
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~
gerrywhite 2 years ago
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....
eerfotibmag 2 years ago
thanks man, this helped me on a app im working and ill publish to the app store.
geniousmac 2 years ago
Great tutorial!! Can you make a tutorial that demonstrates how to load an image view from a table view application?
jendiaz24 2 years ago
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.
juliusmork1982 2 years ago
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.
oberning1 2 years ago
Comment removed
anewhoperecords 2 years ago
Comment removed
anewhoperecords 2 years ago
Could you create a video to show how to create menus for games like the main menu, options menu, etc.
oberning1 2 years ago
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
CFCorrado 2 years ago
If you your not actually part of the $99 Developer Program then that's probably the problem. The same thing happens to me.
kevinehlers8 2 years ago
oh thankyou when i get my new imac im prob gonna get the 99 dollar program
CFCorrado 2 years ago
You have to make sure that you have it set for Simulator and not for Device in the Overview drop down box.
jay1won 2 years ago
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!
AndrewBucklin 2 years ago
I cant link the tabs with the view controllers....
logmeintech 2 years ago
yea i got a lot of errors.... why???
logmeintech 2 years ago
Comment removed
xspiderpig12 2 years ago
Comment removed
xspiderpig12 2 years ago
Could you make a application that you could have like a WebView with a search bar or something similar to it.
iPhoneAppD3v 2 years ago
VERY helpful. thanks
jaystech 2 years ago
do a video on the list! and how to make bar images,
ProductionFH 2 years ago
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/Moviecrew/Classes/ThirdViewController.m:17: error: syntax error before '}' token
What should I do?
moviecrewz 2 years ago
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
moviecrewz 2 years ago
Comment removed
xspiderpig12 2 years ago
This was one of the most clear, well explained tutorials I've watched. Thank you!
asronline94 2 years ago
thanks
HDiPhone 2 years ago
How do I load this onto my phone to test?
DiMcoProductions 2 years ago
Click build and go ;)
moviecrewz 2 years ago
Very helpful. He should add music to his opening section though. Very nice though.
cornisfunny1218 2 years ago
Could you please tell me where you get all your coding info from?
JBCRFan 2 years ago
YES
klex269 2 years ago
can you post the file
jthed26 2 years ago
This has been flagged as spam show
hey dmanii97
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...
MertenNor 2 years ago
Awesome! Appreciated!
lildragon30 2 years ago
Nice! These tutorials are great!!!!!!!!!!!
MoneyMaster5 2 years ago
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?
dmanii97 2 years ago
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...
MertenNor 2 years ago
your english is great!! thnks so much, i subd you
dmanii97 2 years ago
btw the size is 30 x 30 pixels..
tnx for the sub ^_^
MertenNor 2 years ago
first
1234halo4321 2 years ago