At Tablelist we take our iOS products very seriously. Our consumer application drives a large portion of our revenue, and our new native app for NightPro is being used by venue partners across the United States to operate their Nightclubs and lounges. Bot... (more…)
Read more »
Learn Swift pointers with code examples: Unsafe, Buffer, Raw, Managed, Mutable, and Typed Pointers. What are pointers? When to use them? What can we get from them? These are the questions to answer in this article. (more…)
Read more »
If you’re like me, you want your dev work to be simple. The more that can be abstracted away into some far off place where you don’t have… (more…)
Read more »
We the people demand @SwiftOnSecurity stops pretending to be Taylor Swift. (more…)
Read more »
Predicates can enable us to filter various collections in ways that are incredibly flexible. Let’s take a look at how we could construct powerful, type-safe predicates using closures, generics, and operators. (more…)
Read more »