I have created a with left bar button item added from storyboard, titleView and three right bar button items from code.
Here is the code:
override func
Try to change the constraintEqualToConstant
constraintEqualToConstant
[myUIButton.widthAnchor constraintEqualToConstant:24].active = YES; [myUIButton.heightAnchor constraintEqualToConstant:24].active = YES;