Finally, an updated version of my previous tutorial on building a simple tab bar application. Learn to create an app that uses a tab bar template, create custom ...
Hello, I don´t speak english very well but I'll try to explain what
happened to me: when I run the app and I click on the buttons they sound
all like the sound of the bee. Do yo have any idea why this happen? Here is
where I think it's my mistake: NSString *soundFile=[[NSBundle mainBundle]
pathForResource:buttonName ofType:@"wav"]; thanks for your time and your
teaching. There's no much of this kind of tutorial into spanish. Thank you
again.
I visited more than 5 tutorials to learn how to use Xcode for a very
beginner. I admire that your clip video is easy to follow and not too much
coding like other videos on YouTube. If your guys are a very beginner like
me, this clip video is a good starting point which will not scare you with
a lot of coding/programming language. Yet, you must encounter with coding
if you want to master Xcode anyway.
Thats right. I have 4.6.3 and didnt work for me either. The error I am
getting is [FirstViewController playSound:]: unrecognized selector sent to
instance 0x816ef20 2013-08-25 22:36:17.943 Laundo[2740:11603] ***
Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: '-[FirstViewController playSound:]: unrecognized selector sent to
instance 0x816ef20'
great video, Im new in this and i tried to replicate your steps, however i
downloaded the "asset" file from the link and when i drag it into
supporting file and try to expand as you did in the video, some sounds and
background images were missing in the list and the launch image isnt coming
up either. what am i doing wrong?
I'm using Xcode v4.6.3 and got the same problem. To fix it, I noticed that
my SecondViewController.m code was missing the line: @synthesize imageView;
It goes just under the line: @implementation
AnimalSoundsSecondViewController Then, it will recognise imageView (rather
than _imageView).
This line ->AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL
fileURLWithPath: soundFile], &soundID); gave me an error. Had to add
brackets like this to correct it ->
AudioServicesCreateSystemSoundID((__bridge CFURLRef)([NSURL
fileURLWithPath: soundFile]), &soundID);
Hey profgustin, thanks for your video. It was really nice to follow. But
tell me: What's the best way to get along with all those codes. You started
writing them down, because you obviously already know them. But how to get
familiar to them as a beginner? Thank you :)
Great tutorial. I have done many Objective C exercises but am still
unfamiliar with the graphical part of iOS. This was very efficient and
informative without getting too nerdy and technical. I will probably do
more tutorials from you, thanks for sharing this!
Thank you! I used tips from this and other tutorials to help me create my
latest app! Please help out a fellow programmer and check the app out! :)
https://play.google.com/store/apps/details?id=com.clueless.twosquares
Thank you for the videos, great help!
I made this tutorial in xcode 4.6.3 and it workes fine for the sound part.
I didn't do the animation yet. Although I had two wav files that wouldn't
play and one gave a error. But it worked with the other to files I used, so
maybe try with another wav file.
Great tutorial, very nicely paced and very informative. I did notice one
thing, you state you have 24 images but your for loop is "< 24"; it would
never add the 24th image to the array. So shouldn't it be
help: i'm now in xcode 5 and all was well - up to 24:00 and then 2013-06-12
18:26:08.293 ] *** Terminating app due to uncaught exception, reason:
setValue:forUndefinedKey:]: this class is not key value coding-compliant
for the key playsound.'
If you look at the example, her images are named Loop1-Loop24, so your
example wouldn't work with the code she has. The For Loop she is using
replaces that %d with a digit (she goes 1-24) so it would be easiest to
rename the image files.
Hi! Thank you for the great tutorial. Everything looks great except my
sounds doesn't want to play at all. I can play them on the computer but
when I run my application I can't hear them. Can you help me please. I will
appreciate it.
i followed a different tutorial because yours was not letting me add the
action to the image. i followed another tutorial, and got it working. But
now, whenever i click the image, no sound is played nothing happened? any
advice?
Yes you can but it is very difficult. You have to download vmware and
install Ihackintouch in vmware than donwload xcode and you're ready. But it
is very difficult so if you have no experience with it DON'T TRY it.
Awesome. You keep it simple but very informative. « L’être humain a besoin
d’être flatté, sinon il ne devient pas ce qu’il est destiné à devenir, pas
même à ses propres yeux. » THANK YOU.
Wow that was such a fantastic tutorial! I went from literally knowing
nothing about Xcode to a functioning application. Thanks so much for doing
this, and I'm looking forward to more videos.
great presentation, I recall a tutorial with Flash on video that was the
only one on Youtube that functioned and worked like a dream and like you, I
found it very pleasant to listen to. :)
Very nice! I love the way you explain things. You are very clear, a great
teacher! Where do you find those icons for the tabs? Do you have any
suggestions of where I can find more?
Thanks a lot for giving your time to share your knowledge to the community!
This is a very clear and useful video. Ideal for those who want to learn to
construct an app!
Very nice tutorial, Congratulations! I was wondering how did you cut the
buttons (cow, horse, ...) and saved them in .png format to then, use them
in your app?! Thank you!
when i click the button its just highlights the "
pathForResource:buttonName ofType:@"waw"]; " code, and says Thread 1:
breakpoint 1.1 2.1, it doesn't play the sound?
Hi, I am at 24:00 and whenever I launch the app, it does not work (sounds
do not play) and the app crashes after hitting a button. Help is much
appreciated, thanks!
Really liked watching this video can't wait to see more am trying to learn
xcode beginner looks very interesting at least how you explain it love it
iOS Programming with Xcode 6.4 and Objective-C : Flappy Bird Part 1
My first iOS App in Apple Store: https://itunes.apple.com/us/app/whack-zombies!!/id1041635299?ls=1&mt=8 This is the flappy bird series. Please watch Part 2 ...
Here's a brief introduction to creating your first Xcode project using Xcode 4.5, storyboards and two UIViewControllers we learn ow to connect GUI elements to ...
I am literally just starting right now on creating apps and I really want
to learn, but I have no idea on what to learn. I hear about objective -C,
C+, and C++. Is there a direction you can point me into which one is best
to learn in order to help me use Xcode to create apps? Which one of the 3
do I need to learn, and also is there an online course that will help me
learn how to accomplish this?Any help is really appreciated.
+VCTRFS i know objective c is what iphones use i think. Now apple uses something called swift for their ios. Im new to this, but this is what my computer science professor said.
XCode 4 Tutorial For Beginners - Episode 1 [XCode 4.6]
XCode 4 Tutorial For Beginners is a series to teach you how to navigate around and use XCode to build iPhone apps. We are using the latest XCode 4.6 version ...
Learn to code using Xcode (C++) an Informative Beginners Tutorial
How to use xcode and write your first c++ program, very easy to follow and informative tutorial that will run you through all the basics of learning how to write your ...
no specific technical reason, I just like their presentation of the code, it is a great layout for presentational purposes. Xcode provides a great IDE so no need to use sublime text unless you want to copy my style haha then be my guest go for it.
Hi great tutorial, one of the best I found on YT! I have a problem with
this line of code: self.mapView.setRegion(region, aimated: true). Xcoda
cannot recognize "mapView" and I get the information: "Value of type
"ViewController" has no member 'mapView". How can I fix it?
+Dookoła KotaTV double check that you added the mapView IBOutlet to the view controller as shown around the 2:20 mark (Control + drag from the map view in the storyboard into the view controller).
Thanks for the great tutorial! Any ideas why I maybe getting a map
completely zoomed out and no blue location dot? Ive triple checked to make
sure I've copied your code completely! (including the info.plist section!)
Thanks
Thanks for the video, im having an issue that I cant seem to fix, i get:
class AppDelegate: UIResponder, Thread 1: signal SIGABRT
UIApplicationDelegate {
+Matthew Singleton Try running your simulator in iPhone 5. I have the same issue when i try running for iPhone 6 or 6S. But, even so I can't see the blue dot, all I see is a grey dot from a very long distance, when i do zoom the dot dissapears.
Hey! When I try and use this line of code:
let center = CLLocationCoordinate2D(latitude:
location!.coordinate.latitude, longitude: location!.coordinate.longitude)
I get an error:
Coordinate is unavailable: APIs deprecated as of iOS 7 and earlier are
unavailable to Swift.
How might I fix this?
Hey! I'm looking to download the Xcode 7 beta on my iPhone 5S running iOS 9
and ma having some problems. What's the easiest way to download it for
free?
+嶺亜アップル You're welcome! Thanks for the tutorial suggestion! I will add it to the list of possible tutorials to complete. Thanks for checking out the tutorial! :)