Search

SwiftyOS

Tag

iOS App

Radical Message – Learn to add SiriKit in your messages app

In this tutorial we will learn to implement Siri using Intents in Xcode 8.0 with Swift 3. It can be rated as a beginner level tutorial.

Getting started

Open Xcode and create a new project by choosing the Single View Application template. Choose iPhone under “Devices”. Choose Swift as main language.

Continue reading “Radical Message – Learn to add SiriKit in your messages app”

Facebook’s Paper App like MenuController – SwiftAppMenuController

In this tutorial we will learn to implement Facebook’s Paper app like menu using Swift 2 in XCode 7.1

Facebook's Paper Menu

 

Getting started

Open Xcode and create a new project by choosing the Single View Application template. Choose iPhone under “Devices”. Choose Swift as main language.

Continue reading “Facebook’s Paper App like MenuController – SwiftAppMenuController”

Animated Hamburger Dropdown Menu – NKDropdownMenu

In this tutorial we will learn to implement custom Animated Hamburger DropDown Menu using Swift 2 in XCode 7.1

Hamburger DropDown Menu

Getting started

Open Xcode and create a new project by choosing the Single View Application template. Choose iPhone under “Devices”. Choose Swift as main language.

Continue reading “Animated Hamburger Dropdown Menu – NKDropdownMenu”

Snubbble – Make Dribbble Client in Swift – Part 1

Today we will learn how to make a Dribbble Client in Swift using XCode 6.3 :

Snubbble

Getting started

Open Xcode and create a new project by choosing the Single View Application template. Choose iPhone under “Devices”. Choose Swift as main language.

Continue reading “Snubbble – Make Dribbble Client in Swift – Part 1”

Hello World – First Swift iOS App

For those that don’t know, it is very common to have the first program written by somebody learning a new language be one that somehow displays “Hello World!”  At least according to Wikipedia.  Now, of course the simplest form of this in Swift 1.2 or less is just:

println("Hello World!")

But we’ll do something a bit more advanced than that.  You don’t often (or ever) see a console on your iOS device, so that doesn’t help us make an app directly. Continue reading “Hello World – First Swift iOS App”

Blog at WordPress.com.

Up ↑