ObjectiveKit – introspect and modify classes at runtime with Swift

In short, the argument is that there are many types of problems that developers are currently solving with the dynamic features of the ObjC runtime. As we are (possibly) heading towards a future…

Similar

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. (more…)

Read more »