Question

How do you replace the spotlight and setting icons on my app in xcode? When I install the app on my iPhone it still shows the default Cordova icons. I'm able to replace the launcher icons and splash screens but can't seem to figure out the other 2. Thanks for the help.

Était-ce utile?

La solution 2

If i understood it right, you are talking about buttons inside your app. If its a button, you can change the image as shown in the image below. You question is not very clear so provide more info if you meant something else.

enter image description here

Update: I use this free tool for icons. http://appicontemplate.com/ios7 to make my icons which gives me all sizes i need. I add all files to my project image assets. you can add the file names as shown in the apple document.

enter image description here

Autres conseils

Step 1: Click enter image description here on the left panel

Step 2: Click AppIcon

Step 3: Click attributes inspector on the right and check the following :

enter image description here

Step 4: Hurray !! You will see options to add Spotlight and Settings icons on the main window :

enter image description here

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top