Here's a typical scenario: you have an app that solves a problem,
but nobody wants to use it because it looks ugly. This screencast will help you take your app from plain to sexy with a few very easy to learn tricks and tips!
Today we will be learning how to create a login form with multiple users and multiple passwords using NSArrays, and multiple functions related to them.
First create a single view iOS project in XCode,...
When using Table Views inside the Storyboard, prototype cells can be used
to create some predefined or even custom layouts of the Table View Cells.
In this tutorial we will create a basic Prototype cell, which includes an
(optional) image and a title. This tutorial is written in Swift so you will
need Xcode 6. It can be downloaded at Apple's developer portal.
„Swifty - Learn to code SWIFT!“ is a interactive app that teaches you to code in Swift with 100+ interactive lectures. Learn by coding and get instant feedback! Download it on the AppStore.
Our first Swift tutorial will be focused on using the Swifter framework to connect to twitter. The Swifter library makes authorization, fetching, and posting data to twitter very easy. In this tutorial, we will focus on authorizing a user and then displaying the latest tweets in a UITableView.
Since Swift is very strict about types, it can be a hassle working with JSON because it's naturally implicit about types. [SwiftyJSON][1] is an open source library that helps you use JSON in Swift without tearing your hair out. Before getting started, let's take a closer look at just how painful handling JSON in Swift can be.