+ Reply
Results 1 to 3 of 3
  1. #1
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Default Why isn't this info.plist working?

    Why won't this work? I'm trying to make a landscape theme and this key must be wrong.....I took it from a key I used on the Calendar icon text.
    Code:
    <key>UndockedIconLabelStyle</key>
    <string>-webkit-transform:rotate(90deg);</string>
    <key>DockedIconLabelStyle</key>
    <string>-webkit-transform:rotate(90deg);</string>
    This would...in theory.....rotate the labels 90 degrees so that they would be viewable in landscape mode...any ideas?
    The Next Generation of Phreaks.

  2. #2
    iPhone? More like MyPhone justarry21's Avatar
    Join Date
    Dec 2007
    Posts
    289
    Thanks
    35
    Thanked 102 Times in 66 Posts

    I'm not totally sure if that's possible.... if not, you should consider adding the icon label to the actual icon and hiding the labels so that it appears like they are rotated.

  3. The Following User Says Thank You to justarry21 For This Useful Post:

    wannabprogramma (12-14-2009)

  4. #3
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    yea I've thought about that....but you'd think that if this worked for the Calendar Day text, it would be a working string for anything....if worst comes to worst that's what I'll do.
    The Next Generation of Phreaks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts