Computer devices connected to a virtual network

Creating central git repository

Cloud based source control systems such as github are a great addition to the everyday toolkit of the software engineer. However, what if you want to host your own local git repository? Maybe for security, budget limitations of just personal…
The words xcode 5 on a blue background image

How to use Scroll View in Xcode 5 Storyboards

Wondering how to create, populate and configure a Scroll View inside a View Controller using Storyboards in Xcode 5? This is for you. Let's get started. Step 1 Add a blank View Controller to your storyboard. Step 2 In the Document Outline…