Skip to content
CoolStar edited this page Oct 5, 2015 · 2 revisions

Anemone supports theming icon labels on iOS 7 & 8. Icon Labels may be themed with the standard Label Settings Keys in the IconLabelSettings dictionary.

Example Plist

The following is a re-make of ClassicLabels for iOS 7.1+ by coolstar except using only Anemone.

<?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>IconLabelSettings</key>
  <dict>
	  <key>HeightChange</key>
	  <real>0</real>
	  <key>WidthChange</key>
	  <real>3.0</real>
	  <key>ShadowXoffset</key>
	  <real>0.0</real>
	  <key>ShadowYoffset</key>
	  <real>2.0</real>
	  <key>ShadowBlurRadius</key>
	  <real>2.0</real>
	  <key>ShadowColor</key>
	  <string>black</string>
  </dict>
</dict>
</plist>
Clone this wiki locally