问题
i have created a settings screen for iPhone application which is visible in iPhone settings. Now i have a requirement to add image logo of the application inside that screen (Screenshot Attached)
i am using root.plist for settings. any one guide me how to achieve this?
Thanks in advance.
回答1:
The icon displayed will be a scaled down version of the Icon.png file by default. If you want something different add an icon sized at 29 x 29 pixels named Icon-Settings.png to your application.
回答2:
I ended up this problem with following points:
those applications that are part of iOS only display that functionality otherwise it is not possible.
来源:https://stackoverflow.com/questions/12493405/how-to-add-image-in-custom-cell-using-settings-bundle-in-iphone