Search code examples
iphoneapplication-settingssettings-bundle

iPhone - How can I right align PSTextFieldSpecifier of settings bundle


I've settings bundle in my iPhone application. How can I right align the PSTextFieldSpecifier value?


Solution

  • This worked for me. If you open the property list (Root.plist) file as a source and paste the following for each entry you want right-aligned:

        <key>IASKTextAlignment</key>
        <string>IASKUITextAlignmentCenter</string>