Jump to content

Opposite to Footer Text in Pref Bundle


Go to solution Solved by Rook,

3 posts in this topic

Recommended Posts

Posted

What's the opposite of the footer text in pref bundle? Suppose I want the text to be about the "hack field box" instead of below it. So what do I put then? Like the opposite of footer text?

maybe @DiDA is best at this?

  • Solution
Posted
		<dict>
			<key>cell</key>
			<string>PSGroupCell</string>
			<string>This text will appear above your first switch.</string>
		</dict>
		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>default</key>
			<false/>
			<key>defaults</key>
			<string>@@PACKAGENAME@@</string>
			<key>key</key>
			<string>key1</string>
			<key>label</key>
			<string>SwitchText1</string>
		</dict>

It appears on top of the switch. However, it's all uppercase.

Posted
8 hours ago, DiDA said:

		<dict>
			<key>cell</key>
			<string>PSGroupCell</string>
			<string>This text will appear above your first switch.</string>
		</dict>
		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>default</key>
			<false/>
			<key>defaults</key>
			<string>@@PACKAGENAME@@</string>
			<key>key</key>
			<string>key1</string>
			<key>label</key>
			<string>SwitchText1</string>
		</dict>

It appears on top of the switch. However, it's all uppercase.

Okay thank you, so it not lowercase then

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines