Enter your query, example: how not cry when slicing onion or how to enter an Free Italian Sex Webcams?

How to know my xcode version Videos

Create a Simple App in Xcode 4.3.3

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 ...

User Comments

https://gp4.googleusercontent.com/-3VuMX_zdqZY/AAAAAAAAAAI/AAAAAAAAAAA/pjeY3Vfy6Qc/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-NS0GyZ9XoPg/AAAAAAAAAAI/AAAAAAAAAAA/nCNxR9JX-S8/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-KYIse_pdu1g/AAAAAAAAAAI/AAAAAAAAAAA/YA7VbkAXiDQ/s48-c-k-no/photo.jpg?sz=64
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'
https://gp4.googleusercontent.com/-EY30A9SORBE/AAAAAAAAAAI/AAAAAAAAAAA/bGTC1j1MtDI/s48-c-k-no/photo.jpg?sz=64
- (IBAction)playSound:(id)sender { SystemSoundID soundID; NSString *buttonName=[sender currentTitle]; NSString *soundFile=[[NSBundle mainBundle] pathForResource:buttonName ofType:@"wav"]; AudioServicesCreateSystemSoundID((__bridge CFURLRef) [NSURL fileURLWithPath:soundFile], & soundID); AudioServicesPlaySystemSound(soundID); } This code doesn't make my BUTTON BEEP.png play
https://gp3.googleusercontent.com/-3ux1NHRDnZ0/AAAAAAAAAAI/AAAAAAAAAAA/EOgCZH3ylaA/s48-c-k-no/photo.jpg?sz=64
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?
https://gp5.googleusercontent.com/-x99EUvoTMMI/AAAAAAAAAAI/AAAAAAAAAAA/nl6E-zXgd10/s48-c-k-no/photo.jpg?sz=64
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).
https://gp5.googleusercontent.com/-haeoeB9Q1wQ/AAAAAAAAAAI/AAAAAAAAAAA/eyhxJuFXkzE/s48-c-k-no/photo.jpg?sz=64
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);
https://gp3.googleusercontent.com/-bstOtL6TX5M/AAAAAAAAAAI/AAAAAAAAAAA/EvxnfIkKnro/s48-c-k-no/photo.jpg?sz=64
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 :)
https://gp6.googleusercontent.com/-XiLyCL4UpV0/AAAAAAAAAAI/AAAAAAAAAAA/7wtAx6DnbxE/s48-c-k-no/photo.jpg?sz=64
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!
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
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!
https://gp6.googleusercontent.com/-x5MX7s2YZgw/AAAAAAAAAAI/AAAAAAAAAAA/gZR7Wx0niY8/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-8e9ZinGYtgg/AAAAAAAAAAI/AAAAAAAAAAA/yJZ5ms4dA0Q/s48-c-k-no/photo.jpg?sz=64
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
https://gp6.googleusercontent.com/-_YYTmyTD52Y/AAAAAAAAAAI/AAAAAAAAAAA/qKMfJgIUSM0/s48-c-k-no/photo.jpg?sz=64
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.'
https://gp5.googleusercontent.com/-ir0ZehtrQyk/AAAAAAAAAAI/AAAAAAAAAAA/WZnWn_5Rtv4/s48-c-k-no/photo.jpg?sz=64
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.
https://gp5.googleusercontent.com/-vke6arkyJCs/AAAAAAAAAAI/AAAAAAAAAAA/bcIvJzVpyOY/s48-c-k-no/photo.jpg?sz=64
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.
https://gp3.googleusercontent.com/-EPVSAWjVMAQ/AAAAAAAAAAI/AAAAAAAAAAA/8OM4G-vJU20/s48-c-k-no/photo.jpg?sz=64
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?
https://gp6.googleusercontent.com/-QniUTrzzlFs/AAAAAAAAAAI/AAAAAAAAAAA/Z0Yle5nlaD0/s48-c-k-no/photo.jpg?sz=64
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.
https://gp5.googleusercontent.com/-000OyAOB1jA/AAAAAAAAAAI/AAAAAAAAAAA/V7VVUEcVSWk/s48-c-k-no/photo.jpg?sz=64
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.
https://gp5.googleusercontent.com/-JNAIGdWCCK4/AAAAAAAAAAI/AAAAAAAAAAA/jrr0pfN2oRo/s48-c-k-no/photo.jpg?sz=64
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.
https://gp4.googleusercontent.com/-70VgNf9-284/AAAAAAAAAAI/AAAAAAAAAAA/oqdvbjS9Fqw/s48-c-k-no/photo.jpg?sz=64
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. :)
https://gp5.googleusercontent.com/-1KvIMltmix8/AAAAAAAAAAI/AAAAAAAAAAA/TiN7p5N32Oc/s48-c-k-no/photo.jpg?sz=64
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?
https://lh3.googleusercontent.com/-ta9xziGj7q0/AAAAAAAAAAI/AAAAAAAAAH0/LjkiwAO230o/photo.jpg?sz=64
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!
https://gp3.googleusercontent.com/-PyODK-h5VCQ/AAAAAAAAAAI/AAAAAAAAAAA/9YTg0gWsMjg/s48-c-k-no/photo.jpg?sz=64
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!
https://gp4.googleusercontent.com/-tbbAdlX7xSE/AAAAAAAAAAI/AAAAAAAAAAA/v8WWxVqG-ls/s48-c-k-no/photo.jpg?sz=64
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?
https://gp3.googleusercontent.com/-JBb6VDhnqW0/AAAAAAAAAAI/AAAAAAAAAAA/ApHrS060s6Y/s48-c-k-no/photo.jpg?sz=64
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!
https://gp4.googleusercontent.com/-D2PtBz0QPCU/AAAAAAAAAAI/AAAAAAAAAAA/x0zOz5FchAQ/s48-c-k-no/photo.jpg?sz=64
i am stuck :( gyazo(DOT)com/2b984f85c340f8133c09298226f538bc
https://gp6.googleusercontent.com/-6rGk5eJ-OMs/AAAAAAAAAAI/AAAAAAAAAAA/CRyVGtzsI9o/s48-c-k-no/photo.jpg?sz=64
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 ...

User Comments

https://lh3.googleusercontent.com/-vdw-myfVbqM/AAAAAAAAAAI/AAAAAAAAAAw/Zgf2UIaioP8/photo.jpg?sz=64
abo gegen abo
https://lh5.googleusercontent.com/-uYPkqsftljQ/AAAAAAAAAAI/AAAAAAAAAlo/hlmgnJYq0zc/photo.jpg?sz=64
+The shadow bikers I do not understand you.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
there is a problem occuring in my xcode 6.4......how to remove the storyboard startpoint(it looks like a arrow )
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Jeffrey App thanks to reply but i solved it
https://lh5.googleusercontent.com/-uYPkqsftljQ/AAAAAAAAAAI/AAAAAAAAAlo/hlmgnJYq0zc/photo.jpg?sz=64
+raving beats It is supposed to be there or else your projectdoesn't have an entry point.
https://lh5.googleusercontent.com/-giKxL_LF2eo/AAAAAAAAAAI/AAAAAAAAADM/91AwfGVlKD0/photo.jpg?sz=64
How do create a new file with high score?! 
https://lh5.googleusercontent.com/-uYPkqsftljQ/AAAAAAAAAAI/AAAAAAAAAlo/hlmgnJYq0zc/photo.jpg?sz=64
+Hoang Nguyen You don't have to create a new file for the high score.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
I Can't add the IBoutlet to the view controler h help
https://lh5.googleusercontent.com/-uYPkqsftljQ/AAAAAAAAAAI/AAAAAAAAAlo/hlmgnJYq0zc/photo.jpg?sz=64
+baheej albakri Another way is to manually type out every IBOutlet in viewcontroller.h.
https://lh5.googleusercontent.com/-GkKdQ5wcpu4/AAAAAAAAAAI/AAAAAAAAADs/T0MurGrkCrM/photo.jpg?sz=64
Tip: type png at the end so you get no blackground, eg: flappybird png
https://lh5.googleusercontent.com/-uYPkqsftljQ/AAAAAAAAAAI/AAAAAAAAAlo/hlmgnJYq0zc/photo.jpg?sz=64
+i Devon ok

How to build an iOS 9 App with xCode 7, Part 1: Hello world!

In this video I will be showing you how to start your very first iOS 9 app using xCode 7. This is my very first video, so any feedback is appreciated!

User Comments

https://lh4.googleusercontent.com/-RJWGQ_JPMgw/AAAAAAAAAAI/AAAAAAAAADQ/HyPgw8lVZQY/photo.jpg?sz=64
Nice first part of your series! Just a question: Are you interested in making this series in your native language?
https://lh6.googleusercontent.com/-lDD2llBgsjg/AAAAAAAAAAI/AAAAAAAAAGk/DiVDXmc9s5o/photo.jpg?sz=64
Good video! Make more!

Learn Xcode - Tutorial 1

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 ...

User Comments

https://lh3.googleusercontent.com/-kU8sdLrZKB0/AAAAAAAAAAI/AAAAAAAAACs/F72gXLcFflA/photo.jpg?sz=64
Tanks Man!!!!!
https://lh4.googleusercontent.com/-saJQK3jBZEc/AAAAAAAAAAI/AAAAAAAAACQ/pct9hoX5Rzs/photo.jpg?sz=64
Yes many tanks... :D
https://lh6.googleusercontent.com/-Z1uxvGrPx1k/AAAAAAAAAAI/AAAAAAAAABI/dlX8S1vgEMQ/photo.jpg?sz=64
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.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+GetWell nice response it really helped. Do not get well.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+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 ...

User Comments

https://lh4.googleusercontent.com/-xL1dIZb_Suo/AAAAAAAAAAI/AAAAAAAAACY/-_7xPg85BNY/photo.jpg?sz=64
Xcode doesn't want to install via app store, other apps do, it just doesn't show that i need to insert the password... weird...
https://lh3.googleusercontent.com/-_4FeJ-JqccY/AAAAAAAAAAI/AAAAAAAAAfM/8WQDnA-qHf0/photo.jpg?sz=64
thanksss!
https://lh4.googleusercontent.com/-xL1dIZb_Suo/AAAAAAAAAAI/AAAAAAAAACY/-_7xPg85BNY/photo.jpg?sz=64
i fixed it, you need to update your macbook and it will work, it worked for me so good.
https://lh3.googleusercontent.com/-_4FeJ-JqccY/AAAAAAAAAAI/AAAAAAAAAfM/8WQDnA-qHf0/photo.jpg?sz=64
+VideoNations The same thing happened to me!
https://lh5.googleusercontent.com/-MvDsuu2xPuk/AAAAAAAAAAI/AAAAAAAAABI/v7z_zkGcl-g/photo.jpg?sz=64
I have 6 iOS devices and 3 OS X devices
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Your so rich smh
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Got a rich boi over here lol
https://lh3.googleusercontent.com/-jQtM0ReD14Q/AAAAAAAAAAI/AAAAAAAAAAA/Go33-4XcZRg/photo.jpg?sz=64
i have macbook retina 1 iphone 4s and ipad mini
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
Thanks for letting me know
https://lh4.googleusercontent.com/-80Ffsd7CleE/AAAAAAAAAAI/AAAAAAAADlA/DrrnWfJW6Ks/photo.jpg?sz=64
I have 1 macbook pro Retina, iPhone 6 and iPad 3
https://lh5.googleusercontent.com/-qGIJaGsf-Ow/AAAAAAAAAAI/AAAAAAAAAlY/OXQyjPl0_4Y/photo.jpg?sz=64
+Denis Grabina Cool

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 ...

User Comments

https://lh5.googleusercontent.com/-R69qrkVxsvA/AAAAAAAAAAI/AAAAAAAAAE4/l-KDBekfB2Y/photo.jpg?sz=64
is there a reason you write the code in sublime text and not directly in Xcode?
https://lh3.googleusercontent.com/-De3Bbpc-tGA/AAAAAAAAAAI/AAAAAAAAAEo/SX706UHIQYQ/photo.jpg?sz=64
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.
https://lh3.googleusercontent.com/-21dD6_kQmAo/AAAAAAAAAAI/AAAAAAAAADI/4JWLq8Rj1sg/photo.jpg?sz=64
#include using namespace std; cout
https://lh3.googleusercontent.com/-De3Bbpc-tGA/AAAAAAAAAAI/AAAAAAAAAEo/SX706UHIQYQ/photo.jpg?sz=64
Aye glad I could help you, I'd love to help you out, what kind of tutorial are you looking for?

Map View - Current Location in Swift - Xcode 7 iOS 9 Tutorial

In this tutorial we learn how to display the users current location on a map view.​ Sponsor: Get the iOS 9 Developer Course with Swift 2 and Xcode 7!

User Comments

https://lh3.googleusercontent.com/-KQlEMuRKmCQ/AAAAAAAAAAI/AAAAAAAAAH4/8PgjBkxMVbo/photo.jpg?sz=64
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?
https://lh3.googleusercontent.com/-sPevrDzez4o/AAAAAAAAAAI/AAAAAAAAADs/-6Ng3tyoBH0/photo.jpg?sz=64
+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).
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
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
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+FourRivers Student try going to debug > location
https://lh5.googleusercontent.com/-UoT2VnY4BFY/AAAAAAAAAAI/AAAAAAAABos/V1sjzrJr9Ww/photo.jpg?sz=64
Thanks for the video, im having an issue that I cant seem to fix, i get: class AppDelegate: UIResponder, Thread 1: signal SIGABRT UIApplicationDelegate {
https://lh5.googleusercontent.com/-UoT2VnY4BFY/AAAAAAAAAAI/AAAAAAAABos/V1sjzrJr9Ww/photo.jpg?sz=64
+Adrian Bones Do you know how to make it so if you navigate away from the current location to get back to that location?
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+Matthew Singleton It works, just make sure you have set up the right info in the Info.plist. You need to set the NSLocationWhenInUseUsageDescription
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
+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.
https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=64
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?
https://lh5.googleusercontent.com/-1dpmOEEAz0s/AAAAAAAAAAI/AAAAAAAAAII/Kp4zFzKK-oU/photo.jpg?sz=64
+Andrew Bloodworth Same
https://lh5.googleusercontent.com/-8cAJ8tg37Qs/AAAAAAAAAAI/AAAAAAAAASk/EexhYEb4xPo/photo.jpg?sz=64
+Andrew Bloodworth me too!
https://lh4.googleusercontent.com/-iIk5BYPICFU/AAAAAAAAAAI/AAAAAAAAAJM/zLkjjTGOceg/photo.jpg?sz=64
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?
https://lh3.googleusercontent.com/-irn_WDkJKOg/AAAAAAAAAAI/AAAAAAAAARQ/5MyBCFM0Mxk/photo.jpg?sz=64
+Vea Software I got everything working but the one problem is that I do not get the blue circle for the current location. plz help me??
https://lh3.googleusercontent.com/-MziAb3X6t9U/AAAAAAAAAAI/AAAAAAAAAVA/NPGDwnMc_vU/photo.jpg?sz=64
+AT0MMMiC You can download the beta by going to: https://developer.apple.com/xcode/downloads/Thanks for checking out the video! :)
https://lh3.googleusercontent.com/-UQc1knZrJas/AAAAAAAAAAI/AAAAAAAAAaE/nhCDyZHAI64/photo.jpg?sz=64
Localizable.strings tutorial, please!!!
https://lh3.googleusercontent.com/-MziAb3X6t9U/AAAAAAAAAAI/AAAAAAAAAVA/NPGDwnMc_vU/photo.jpg?sz=64
+Leandro Romano That's a great idea! Thanks for the suggestion and for checking out the tutorial! :)
https://lh3.googleusercontent.com/-ewNK2bBsSm8/AAAAAAAAAAI/AAAAAAAAAHg/4eN3uIsgWN0/photo.jpg?sz=64
Thank you for the tutorials. I want to request a tutorial. I am trying to implement a like feature in parse using collection view. But can't do it.
https://lh3.googleusercontent.com/-MziAb3X6t9U/AAAAAAAAAAI/AAAAAAAAAVA/NPGDwnMc_vU/photo.jpg?sz=64
+嶺亜アップル 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! :)
https://lh3.googleusercontent.com/-YZoBkkvft68/AAAAAAAAAAI/AAAAAAAAAII/Fv0bRGxnpxU/photo.jpg?sz=64
Your tutorial is amazing!
https://lh3.googleusercontent.com/-MziAb3X6t9U/AAAAAAAAAAI/AAAAAAAAAVA/NPGDwnMc_vU/photo.jpg?sz=64
+kader kabore Thank you so much for the kind words and for checking out the tutorial! :)
Sign up for free to join this conversation on fsaved.com.
Already have an account? Sign in to comment