I read this article and found it absolutely hilarious!The project the article talks about is more hardware-oriented but does need to use an app (sorry,not an iPhone app,but an app nonetheless) to function well. It's a self-pouring beer system that functions quite well for those who need some glasses of the drink. Just to make sure you don't get in trouble with a subsequent DUI, as of May 7th 2012, Nevada State authorities have issued a licence to Google's self-driving cars. So, if you think you might get in trouble with your drinking, get yourself one of those Google's cars(not sure if they are on the market) and enjoy your drink in Nevada(if you are the drinking age of course!). The cars look pretty safe and will definitely benefit people with various disabilities as well as the general public as a whole.
On our side, if you are working on a location-based app, don't forget to play around with the awesome location simulations in the debug area of the iSimulator(debug--->Location-->anything you want to do with location simulations). You can simulate a bicycle ride, a car ride or even enter custom coordinates. Very handy if you want to test location changes behind your desk.
-Jean Paul
Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts
13 May 2012
01 May 2012
Objective-C Documentation
Here's a link to the documentation and also a link to a site that explains a lot of the basic grammar of the language. I always find it helpful to have documentation on hand, especially since it isn't really in the book.
Documentation:
developer.apple.com/library/mac/#documentation
Tutorial Site:
www.otierney.net
Documentation:
developer.apple.com/library/mac/#documentation
Tutorial Site:
www.otierney.net
How to use GitHub repositories in XCode
Git is known for its distributed version control. This means that it works well in a centralized hosted manner as well as a local manner and it works with or without a reliable internet connection. Its flexibility makes it useful in nearly every context of files that change over time.
You can use XCode's version control to its fullest extent by using GitHub as a central server to host your git repository (as opposed to on your local computer). This frees your code by putting it into a public repository with some social features to let you share your code and show off your projects.
I created a screencast video that explains how to set up a GitHub account and connect it with your XCode projects.
Click here to watch my video.
I hope it helps you get more out of XCode.
Subscribe to:
Posts (Atom)