I've found this Former topic about how to customize a switch on iOS 6.
But I don't know how to use the answer :
@property(nonatomic, retain) UIImage *offImage;
@property(nonatomic, retain) UIImage *onImage;
Where do I have to put these 2 lines ? In a .h file or .m file ? In the ViewController file where my switch is ?
Moreover, how can I set links between my images and these two lines (I have to call my images "offimage.png" and "onimage.png" ?)