I have done some search in my x code project ,I see a folder that is called supporting files. I have manually placed most of my icons in there. Any body has any idea on how to turn off the glow? In my target project>info tab it does not give me any options.
Ah yes it was tricky. I google it each time my self.
So you moved to assets catalog? Or are you moving from old xcode? If you use assets catalog then http://stackoverflow.com/a/18910103/2274511 Inspector sidebar is the pane on the left. You may need to switch between the icons on the top of the image. Where you have a list, a bow tie, etc.
Comments
So you moved to assets catalog? Or are you moving from old xcode?
If you use assets catalog then
http://stackoverflow.com/a/18910103/2274511
Inspector sidebar is the pane on the left. You may need to switch between the icons on the top of the image. Where you have a list, a bow tie, etc.
If moving from old xcode, then you can do it by modifying plist directly:
http://stackoverflow.com/a/19657549/2274511
https://developer.apple.com/library/ios/recipes/xcode_help-image_catalog-1.0/StoringAppIconsandLaunchImagesinanAssetCatalog/StoringAppIconsandLaunchImagesinanAssetCatalog.html
which is a bit confusing for me.