C String Functions in Swift – A Malloc’y Story

One of the features I like most about Swift is its pretty great integration… Read more

Similar

Advantages of Using Swift Over Objective-C

An article aimed to highlight the main beauties that programming language Swift has. Here I would love to start from a quick quiz. Question: What is the programming language the iOS apps are written on? a)C# b)Objective-C c)Swift Apparently if you have ... (more…)

Read more »

How safe are Swift structs?

Do you think Swift structs are safe? This video may change your mind. “Structs should be the default choice” and “Only use classes when necessary” is common advice but might be misleading. We’d like to show you a different way of looking at the “Structs v... (more…)

Read more »