Jump to content

1 post in this topic

Recommended Posts

Posted

I'm working on a tweak that has multiple lock screen options, and so far everything works as far as the switches, but the footer text's aren't lining up right, as you can see.   I'm sure this is really easy for one of you to spot where I messed up... So help plz. ?

dlNhr1Z.jpg

<dict>
    <key>items</key>
    <array>
        <dict>
            <key>cell</key>
            <string>PSSwitchCell</string>
            <key>default</key>
            <false/>
            <key>defaults</key>
            <string>com.i0stweaker.lockscreensuite</string>
            <key>key</key>
            <string>key1</string>
            <key>label</key>
            <string>Biometric Only</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
            <key>footerText</key>
            <string>Hide Passcode Entry Option</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSSwitchCell</string>
            <key>default</key>
            <false/>
            <key>defaults</key>
            <string>com.i0stweaker.lockscreensuite</string>
            <key>key</key>
            <string>key2</string>
            <key>label</key>
            <string>Passcode Text</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
            <key>footerText</key>
            <string>Switch On To Get Rid Of Passcode Text</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSSwitchCell</string>
            <key>default</key>
            <false/>
            <key>defaults</key>
            <string>com.i0stweaker.lockscreensuite</string>
            <key>key</key>
            <string>key3</string>
            <key>label</key>
            <string>No Lockscreen Camera</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
            <key>footerText</key>
            <string>Turn On To Disable Camera From LS.</string>
        </dict>
    
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
        </dict>
        <dict>
            <key>cell</key>
            <string>PSTextCell</string>
            <key>label</key>
            <string>Made by i0s_tweaker.</string>
        </dict>......

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