Gray shadow on UINavigationBar

I am having a strange problem when I go to the UIViewController that I made. The ViewController B (the one I'm going to) has a UIView that slides down using a TransitionCoordinator and restrictions, but it shows a gray shadow on the right:

enter image description here

Once the segue is fully completed, it returns to translucent and displays a blue UIView through the UINavigationBar with a nice blur.

This gray shadow is most likely related to the UIToolBar and UISegmentedControl inside this toolbar in the UITableViewController that I'm switching from. It looks like this:

enter image description here

I use this code along with my UIToolBar:

- (UIBarPosition)positionForBar:(id<UIBarPositioning>)bar {
    return UIBarPositionTopAttached;
}

TransitionCoordinator UIToolBar, alpha, . SO, .

, , , , , .

UPDATE:

Xcode:

enter image description here

:

enter image description here

:

enter image description here

2:

UITableView , UIToolbar? ,

enter image description here

, , !

+4
2

, . , , , . - . , UIViewController, . , UIWindow. , .

, , - , completeTransition:, . Xcode View Hierarchy, , :

enter image description here

, , , ( ), , completeTransition: .

0

, , .

, application:didFinishLaunchingWithOptions.

0

All Articles