Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iB4STiD

macrumors newbie
Original poster
Oct 22, 2010
10
0
when i used my old 3gs i would use "no calendar date " from cydia which would hide the date and day from the calendar icon, I tried to use it with ios 4.1 and my iphone 4 and while the date goes away, the day is not completely transparent.

Anyway to hide the day and date from the icon with an iphone4 ios 4.1?
 
Last edited:
ok nevermind figured it out, Hope this helps someone

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CalendarIconDateStyle</key>
        <string>color: white; opacity: 0</string>
        <key>CalendarIconDayStyle</key>
        <string>color: white; opacity: 0</string>
    
</dict>
</plist>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.