How to Add image in custom cell using settings.bun

2019-08-02 04:00发布

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.Screenshot

2条回答
混吃等死
2楼-- · 2019-08-02 04:17

I ended up this problem with following points:

those applications that are part of iOS only display that functionality otherwise it is not possible.

查看更多
戒情不戒烟
3楼-- · 2019-08-02 04:32

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.

查看更多
登录 后发表回答