Attributed Strings assigns different kind of attributes to text. It is
possible to assign multiple attributes at once to a (part) of text. In this
tutorial we will assign a set of attributes to each word of the text inside
a label. This tutorial is made with Xcode 8 and built for iOS 10.
The Date Picker provides a custom Picker View that uses multiple rotating
wheels to allow an user to select dates and times. In this tutorial the
selected date is presented onscreen inside a label. This tutorial is made
with Xcode 8.2.1 and built for iOS 10.2.
The UIVisualEffectView class can be used to apply visual effects to a view.
In this tutorial a darkened blur effect will be applied to an image. This
tutorial is made with Xcode 8.3.2 and built for iOS 10.3
The particle emitter is used to create special effects to games. An image
file is created to represent the particle. The emitter generates multiple
instances of this particle and applies the properties using the particle
emitter editor. In this tutorial a rain particle emitter will be displaye
With the Social Framework it is possible to use social media from inside an
App. In this tutorial we will pick an image from the Photo Library and
tweet a message including the image to Twitter. This tutorial is made with
Xcode 8.2.1 and built for iOS 10.2.
With Sprite Kit you can create actions to move sprites along a predifined
path. This path can be anything like, for example a line, square or circle.
In this tutorial we will move a sprite along some different paths. This
tutorial is built in iOS 8.1 and Xcode 6.1
With the Social Framework it is possible to integrate your app with any
supported social networking services. In this tutorial we use the social
framework to send a post to Facebook. This tutorial is made with Xcode 8.3
and built for iOS 10.3
Open Xcode and create a new Single View Application. For product name, use
IOS9TextFieldAlertControllerTutorial and then fill out the Organization
Name and Organization Identifier with your customary values. Enter Swift as
Language and make sure only iPhone is selected in Devices.
In this tutorial a route is drawn between two well-known locations inside
New York. The route is drawn using a polyline as an overlay view on top of
the Map.This tutorial is made with Xcode 7.2 and built for iOS 9.2
In iOS8 Apple added the functionality to Hide the Navigation Bar when there
is a Tap detected. This is useful if the Navigation Bar is blocking some
content. In this Tutorial we will display an Image fullscreen and enable
the hiding of the Navigation Bar when tapping. This tutorial is built for
iOS 8.1 and Xcode 6.1.
With the introduction of the Social Framework it is possible to integrate
your app with any supported social networking services. In this tutorial we
use the social framework to send a post to Facebook. This tutorial is made
with Xcode 6 and built for iOS8.
Spring animations simulates "springy" motion. The animated object will move
to a new locatiion and the jiggles before setting into place. In this
tutorial we bounce a label sideways. This tutorial is built for iOS8.1 and
Xcode6.1