views:

113

answers:

2

I've got a settings bundle in my app, with PSSliderSpecifiers in it.

What sizes should those images on either side of the slider be for iPad?

(I know that for the iPhone, they should be 21 pixels squared, but they are not showing up on the iPad.)

Edit: in developer preview of 4.2, my images are back! No mod needed. Weird!

A: 

Pretty sure they should be the same for the iPad. Are you sure you correctly added them to your project?

St3fan
I think so. They appear in my iPod settings app. Is there a specific name that I need for them to be called?
Moshe
+2  A: 

The image size does not really matter but I took the habit of putting the pictures directly into the bundle instead of counting on Xcode to do the job.

Try opening the settings.bundle using the "Show Package Content" finder command, drag your pictures in there and try again. Don't forget to "clean all target" after modifying the bundle.

The solution works for both iPad & iPhone

VdesmedT
I've done this. Must I do it separately for iPad?
Moshe
I don't understand the question. Precise "separately" please.
VdesmedT
Did you successfully implement my solution ?
VdesmedT
I did not get to it and I am not in front of my iMac for the next three weeks... Sorry! I was asking if I need to place the image inside the settings bundle twice, once for iPhone and once for iPad. Does Settings.bundle have an iPad only folder?
Moshe
The same bundle can be used on both iPhone and iPad but I don't now how you can make it iPad specific.
VdesmedT