iOS UserNotifications in Swift

Local notifications provide a core functionality in many apps, and in Swift they are easy to add to whatever you’re building. With iOS10’s UserNotifications you can even display GIFs in notifications. Read more

Similar

Toy3D 3D engine using Swift and Metal

Toy3D is a simple 3D engine built using Swift, Metal and MetalKit. Toy3D is not intended to be a high performance 3D engine or even used in any real application, it doesn’t have any fancy optimizations or a large feature set. (more…)

Read more »

Improving Swift Compile Times

Let's face it: there's a limit to how much fun you can have while you're waiting for code to compile. (via xkcd.com/303/) At some point, enough is enough. Our team has had enough fun compiling…...

Read more »

Building an Offline Swift SDK with Realm

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 »