iPhone Programming - Making a Google Search bar
Loading...
4,157
Loading...
Uploader Comments (MilmersXcode)
see all
All Comments (14)
-
Your a nob why are you under how too put google on a iPhone don't make videos if you don't know the correct title for them.
-
@MrGoldminer97 Thanks :D
-
@MrYoranimo1 I used VideoCopilots tutorials. He makes loads of Adobe After Effects tutorials. Link in the description. If you scroll down a bit you will find all the tutorials.
Hope this helps :D
-
how do you make that intro?
i like it!
Loading...
hmm one question how come youtube search does not seem to work al other search engines seem to work? where could i find the link string to place in the action to seach all youtube videos? ANy help will be greatly appreciated. thanks
DevelopMentalAppZ 5 days ago
@DevelopMentalAppZ For YouTube I found this:
youtube . com/results?search_query=YOURSTRINGHERE
Hope that helps :D.
MilmersXcode 4 days ago
It doesnt work like there is nothing wrong with the code but the search doesnt load up in my browser
xcoder4you 1 month ago
@xcoder4you This is only for iOS applications. It won't work if your trying it on the computer. Unless that's not what you meant?
Have you connected the webView connections.
MilmersXcode 4 days ago
I used your code and it works like charm. Thank you for the great tutorial series. One question I have is how to operate the auto rotation properly. I tried to change the rotation but the top bar does not show on horizontal view. Any idea how to write the code that when auto rotation is enabled the search bar and goole bar would appear as well? By the way I am new to programing with Xcode and appreciate being schooled.:)
Thanks a million for your help
P.s you can use my E Mail Adrian_Philli
MrAmp76 9 months ago
@MrAmp76 You might be surprised to know that there is no code needed. It's because of the way your interface is anchored. In IB select your top bar and go to the size attributes tab. There you will see a little box with red lines. Simply make all the lines red by clicking them. This will make your tab bar stay in the same place relative to everything else when the screen rotates.
Hope this helps and if it doesn't feel free to ask for more help :D
MilmersXcode 9 months ago