PeterWitham
  • App Development
    • Swift Programming
      • Get Started with Swift
      • Useful Swift Resources
    • Web Development
      • JAMStack
    • GitHub
  • Podcasts
    • CompileSwift
    • The Life Creative
  • Videos
  • Photography
  • Contact
Apple Basics CompileSwift Design Development Notes Gaming General Hardware Intermediate JavaScript Journal Photography Podcasts Reviews Swift The Life Creative Videos Web Development Xcode
Intermediate Swift

Classes – Intermediate

A few concepts for taking your understanding of Classes to the next level in Swift. I am certain many if not all of these are techniques you will use over and over. This post continues on where Swift Classes – … Read the rest

Peter Witham
Peter Witham August 5, 2014
0 193 0
Read Later Share
Basics Swift Videos

Swift Functions – The Basics (Video)

The video version of my functions post including parameters, tuples, and default values. You can follow along using your own playground, another superb tool in Xcode 6 for teaching and learning.… Read the rest

Peter Witham
Peter Witham July 23, 2014
0 170 0
Read Later Share
Intermediate Swift

Optionals

In Swift an Optional Type is considered a safe way to use variables. An Optional can represent a value that has been set or more importantly the lack of a set value as they default to nil when no value … Read the rest

Peter Witham
Peter Witham July 23, 2014
0 214 0
Read Later Share
Basics Swift

Closures – The Basics

You may be familiar with Closures from other languages, simply put they are blocks of code assigned to a variable. In this example we create a closure called welcome take note of the syntax in this example, it takes no … Read the rest

Peter Witham
Peter Witham July 15, 2014
0 197 0
Read Later Share
Basics Swift

Classes – The Basics

Classes in Swift are something you will be using a lot if you want to really get to grips with creating applications. I suggest that if you do not know what Object Oriented Programming methodology is that you at least … Read the rest

Peter Witham
Peter Witham July 8, 2014
0 219 0
Read Later Share
  • 1
  • …
  • 35
  • 36
  • 37
  • 38
  • 39

Peter Witham's Dev Card

Articles by Categories

Twitter Instagram YouTube LinkedIn Twitch
Copyright Peter Witham 2021