I try to add UINavigationBar to my UIView. When I add just UINavigationBar everything is OK. Problem occurs when I define UINavigationItem with title and two buttons and add this to my UINavigationBar. Check my code.I try to add UINavigationBar to my UIView. When