Skip to content

This repository is a personal reference for swift codes that I did while learning Swift for iOS development.

Notifications You must be signed in to change notification settings

miguelrochajr/SwiftTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My swift tutorial reference

Hello, welcome to by tutorial reference for swift codes that I did while learning Swift for iOS development. Here you can find some great turorials on various swift topics and some notes to follow them alog.

Core Bluetooth

BluetoothTutorial

This tutorial is an introduction to how the Core Bluetooth works. I used a particular bluetooth device in order to experiment with the peripheral, manager, connection, characteristics, feedback and services to interact with the gadget.

Building UI interface without Storyboard

CloneProjects->youtube_2

The code in the project shows how an User Interface could be built using only Swift 3, with no XML from the storyboard. The video reference used here was by Brian Voong and (THIS)[Swift: Lets Build YouTube - Home Feed: UICollectionView, AutoLayout ...] as the YouTube playlist followed. Keep in mind that the videos are written in Swift 2 and some commands had to be updated.

Web Requests and REST API

URLSessions

Create a session, consume an API and manually parse the received JSON.

Closures

closures

This code was made while reading the closures section from the official Swift 3 documentation from Apple.

Unwrapping and Forced Unwrapping

https://github.com/miguelrochajr/SwiftTutorials/tree/master/unwrapping-optionals.playground

About

This repository is a personal reference for swift codes that I did while learning Swift for iOS development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published