Hi,
no, I am refering to this link: https://forums.developer.apple.com/message/214071#214071
The issue is that on an iPhone the height of the toolbar changes depending on the orientation. I would like to add a custom toolbar item [[UIBarButtonItem alloc] initWithCustomView:myView] whose height is automatically adjusted when the toolbar's height changes. And I prefer to used auto-layout.
Currently, I assign a modify the view's constraint whenever the device is rotated (something like [[[myView heightAnchor] constraintEqualToConstant:xx]] setActive:YES]; xx depends on the orientation of the device). But this is everything but nice. I prefer a constraint relation with the height of the toolbar.
PS: The spell checker seems to have messed up the title of this topic :-(