SizeSlideButton: A custom Swift UIControl which uses some cool animations

SizeSlideButton – A fun Swift UIControl for picking a size… Read more

Similar

A Year of Teaching Swift

We are nearly at the end of the school year here in Scotland and I wanted to take some time to reflect on the experience of teaching the Computer Science curriculum this year using Swift Playgrounds and Apple's Learn to Code curriculum. Backgroun... (more…)

Read more »

What Is Escaping in Swift?

If you’ve ever written or used a function that accepts a closure as one of its arguments, it’s likely that you’ve encountered the keyword. When a closure is marked as escaping in Swift… (more…)

Read more »