Hello!,
Great book!
I’m reading the book and I’m confused because I think the following equation
Superview.CenterX = 1.0 * UILabel.CenterX + 0.0
should be:
UILabel.CenterX = 1.0 * Superview.CenterX + 0.0
since the label is the first item and the menu bar is the second,
Thanks in advance,
Regards