
How to remane a custom skin on IOS
Hello,
My question is quite simple I am actually working on a IOS project where I want to implement JWPlayer.
I have manage to implement the player.
I would like now to customise the skin of the player. I have followed the example you provide for IOS and I managed to display the "ethan" skin you provide in your examples.
The next step I took was to create a local css skin in my xcode project and call it. If I put the "ethan" skin in my local css file if works perfectly but If I start to try and change the css it stops working all together.
I figured out that my problem came from the fact that the name of my skin seem to be registered as "ethan" and I have to put ".js-skin-ethan" before all my css class.
I cannot find in the IOS SDK documentation how to change or set the name of my new skin and I cannot figured out why "ethan" is the default name of my new customised skin.
So in the end my question is how can I set the name of my new skin in IOS?
Thank you in advance for any information you could give me.
Martin