Showing posts with label iOS. Show all posts
Showing posts with label iOS. Show all posts

Sunday, February 22, 2015

Creating a GIT Repo from XC




While at blueprint this weekend my team and I spent a good few hours learning how to connect to github from xcode. To simplify your lives I have explained how to do so below:

  1. Create a new project in xcode and make it a single view application, make sure to check to have a local git repo.



  2. Go to preferences --> accounts and add repository. 


  3. Go to git hub and create a new repo or use an existing repo. Get the HTTPS clone url and paste it as the repository address. 


  4. Enter your git hub account info 
  5. Go to source control and click remotes



  6. add a remote, make sure its called "origin", and paste your address to the git repo 

  7. Edit your project and go to source control and click commit, then select your remote.


  8. You will see your new repo in GitHUB!
































Friday, February 6, 2015

Registering Locations | Swift


Here is a very helpful video I found about how to register a user's location using the Swift programming language in xCode.



Thursday, February 5, 2015

Setting up a new project | Xcode

I just started programming my own iOS apps this year! Here is how you set up your first project in xCode


1. Open xCode :) If you do not have it already downloaded, you should get it from the app store

2. Create a new project


3. Select a "Single View Application"


4. Title your app and select Swift as the programming language


5. Disable size classes and select yes when it asks for confirmation



6. You now have set up your project. Code away :) If you run it you will see a simple blank app in the simulator!



SUBSCRIBE

Pages - Menu

Pages

top social

SUBSCRIBE

About