created a UIBarButtonItem added Power Image to it.
barBtnPower = new UIBarButtonItem (UIImage.FromBundle ("Images/ Power@2x.png ") , UIBarButtonItemStyle.Plain , (sender, args) => { });
Button
added to navigation. Element on the right side.
this.NavigationItem.SetRightBarButtonItem (barBtn_Logout, true);
Problem: Power@2x.png is green. but after launching the app its displays in blue.
Can anyone advise what I did wrong here.
source share