Why MVC Might Not Be the Best Pattern for Cocoa Apps
MVC stands for Model-View-Controller, and it's a widespread architectural pattern for software development. It's the de facto design pattern for Cocoa development.
MVC stands for Model-View-Controller, and it's a widespread architectural pattern for software development. It's the de facto design pattern for Cocoa development.
Learn how to add satellite and hybrid maps, custom images, annotations, lines, boundaries and circles to the standard map using MapKit Overlay Views.
iOS Simulator is an integral part of any iOS development process. New Simulator from Xcode 9 brings a lot of useful tricks, which could make you even more productive.
In this tutorial, you will learn how to configure UIGestureRecognizer objects and also create custom ones in code.
In this Auto Layout tutorial, you'll learn all about using constraints and how to apply them to making iOS apps! Updated to iOS 11, Xcode 9, and Swift 4
In this tutorial you'll learn all about storyboards, scenes, prototype cells and overriding default behavior with subclasses. Updated for Xcode 9, iOS 11, and Swift 4
Learn how to improve your app by adding a search feature with dynamic filtering, and a scope bar in this UISearchController Tutorial. Updated to Xcode 9, Swift 4, iOS 11
In this tutorial, you'll learn how to use Adaptive Layout in Xcode 9 with iOS 11, enabling you to re-use the same storyboard for multiple devices and orientations
In this post I'll examine the Swift reflection API, see how fast it is, and will try to show use cases where it can be applied successfully.