Title footer for Group in Setting bundle

2019-04-05 05:31发布

How can I leave a message under group type in Setting bundle ? something like this :enter image description here

2条回答
做自己的国王
2楼-- · 2019-04-05 06:00

Use a FooterText key in your PSGroupSpecifier like this:

<dict>
    <key>Type</key>
    <string>PSGroupSpecifier</string>
    <key>Title</key>
    <string>My App Settings</string>
    <key>FooterText</key>
    <string>My custom footer text.</string>
</dict>
查看更多
登录 后发表回答