Core Animation Episode 3: Using a Custom Layout Manager
In this episode we will continue to build out our example application by using layout managers to arrange multiple images. We will initially use the built-in constraints based layout manager. Constraints will be explained and used to flesh out the example. After seeing the various features of the built-in layout manager, we will build a custom layout manager.