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

ipawnforfun1

macrumors regular
Original poster
Feb 17, 2013
238
0
Under your bed
Just wanted to ask what are the layouts these guys are using because my layout is overlapping with the sb widget ! HELP ...
593131d1340369344-boss-ios-now-available-theme-app-boss-sb.jpg
And This http://s1093.beta.photobucket.com/user/LUFT5_THOR/media/4046333a.jpg.html
 

erayser

macrumors 65816
Apr 9, 2011
1,253
1,182
San Diego
Are you using iPhone 4 or 5?

If you are on an iPhone 4/4s, I just helped someone in the iOS Boss thread on modmyi on this same issue recently, and he was able fix it with the info I posted... you can use the 3 row iconoclasm plists I used to use on my iPhone 4 as a starting point (below).

The Columns should be set, so you don't have to mess with the "Cols" values. All you have to adjust is the "Rows" values to move them on the shelves of your wallpaper. Lowering the value will raise the Row up... and raising the value will move the Row down.

Just create a layoutname.plist file (example given below) and shsh the files into /Library/Iconoclasm/Layouts. You will have to respring to see changes from changing values.

e.g.
Boss (3x3).plist

3x3 layout:
PHP:
<?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>EasyGrid</key>
	<true/>
	<key>Cols</key>
	<array>
		<integer>67</integer>
		<integer>130</integer>
		<integer>193</integer>
	</array>
	<key>Rows</key>
	<array>
		<integer>141</integer>
		<integer>218</integer>
		<integer>295</integer>
	</array>
</dict>
</plist>


e.g.
Boss (4x3).plist

4x3 layout:
PHP:
<?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>EasyGrid</key>
	<true/>
	<key>Cols</key>
	<array>
		<integer>16</integer>
		<integer>92</integer>
		<integer>168</integer>
		<integer>244</integer>
	</array>
	<key>Rows</key>
	<array>
		<integer>141</integer>
		<integer>218</integer>
		<integer>295</integer>
	</array>
</dict>
</plist>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.