I am working on a custom UIView class called TrackerView that basically builds a FedEx style tracker to display the progress of a manufacturing procedure. This entire view is based on custom drawing code inside the drawRect method of TrackerView. The tracker is up and running and my next problem to solve is how to make my custom view work with AutoLayout to handle things like landscape and portrait orientations, etc.
I'm trying to learn this stuff, so if anyone has any resources or materials that they can point to on where to get started with AutoLayout as it pertains to custom drawn views in particular... that would be great! Any sample code or example code of how to handle custom drawing and layout changes would be an immense help as well!
Thanks.