I have UITableView based on UINavigationController. After clicking on any row application switch to another view which have UINavigationController too. In new view I want to add UIImageView above UINavigationController’s bar but not cover it. How can I do this?
I have UITableView based on UINavigationController. After clicking on any row application switch to
Share
I find easer solution. Just need to set needed frame’s coordinates of self.navigationController.navigationBar:
[self.navigationController.navigationBar setFrame:CGRectMakeCoordinates];