Tag: parameters
-
A Swift Guide to Working with Classes Part Two: Advanced Class Techniques
In our first part we looked at some of the basics of classes in Swift. In this part, we look at some of the more advanced features of classes which developers use every day — often without knowing it. We’ll explore first a bit more on class methods, scope, keeping others from messing with your…
-
KinderSwift 7: Introduction to Functions
This session we will learn about functions by making colors with UIColor. Transcript Welcome to lesson 7 of KinderSwift. In our last lesson we used this to convert a Int into a Double and this to convert a Double into a Int. Both of these are functions. Functions take the data within the parentheses and…