uinavigationbar setbackground image not showing ios 11

hello , i am working with uinavigation bar background image property. it is working perfectly in before os 11 (i.e 10,9,8,7...). but it is not working in os 11.

i have tried in

[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"NavigationBar"] forBarPosition:UIBarPositionTop barMetrics:UIBarMetricsDefault];

also

[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"aaa.png"] forBarMetrics:UIBarMetricsDefault];

in both ways it was not working. Is this an issue of os 11.

Please help me.