Is there an option to turn off the auto shiny button effect?
Cheers. [import]uid: 5708 topic_id: 748 reply_id: 300748[/import]
Is there an option to turn off the auto shiny button effect?
Cheers. [import]uid: 5708 topic_id: 748 reply_id: 300748[/import]
apple does that. there is no way to turn it off to the extent of my knowledge.
c [import]uid: 24 topic_id: 748 reply_id: 1507[/import]
Looks like a change to Info.plist in Xcode can do it
http://iphonedevelopertips.com/general/remove-shine-gloss-effect-on-iphone-icon.html
Is there any way to implement that into the Corona build options? [import]uid: 5708 topic_id: 748 reply_id: 1510[/import]
we will add the feature into our features bucket.
C [import]uid: 24 topic_id: 748 reply_id: 1529[/import]
Is there a way to do this now? [import]uid: 8192 topic_id: 748 reply_id: 12950[/import]
Yes, there is. Add this is your build.setting file:
iphone = {
plist = {
UIApplicationExitsOnSuspend = true,
UIPrerenderedIcon = true,
UIStatusBarHidden=true,
}
},
}
It’s the icon one obviously, though the other 2 are good ideas. [import]uid: 10835 topic_id: 748 reply_id: 12960[/import]
Thank you very much!! Works perfectly. [import]uid: 8192 topic_id: 748 reply_id: 12988[/import]
No problem. Did it work for you in every resolution? For some reason it’s only working for me on the 114x114 iphone 4 icon. [import]uid: 10835 topic_id: 748 reply_id: 13006[/import]
It worked on my 57 x 57 but I only have one icon in the folder. Maybe it’s only doing it for one icon. [import]uid: 8192 topic_id: 748 reply_id: 13010[/import]