I have a menu view in my app. Because the layout of the menu is non-uniform and I like being able to use Interface Builder for these items, I have decided to create a UIView subclass called "MenuView" and plaster blank UIViews where the items will go.
Now, I'd like to know if there's a way to swap each UIView as they're loaded from the UIView.
Now, I'd like to know if there's a way to swap each UIView as they're loaded from the UIView.