Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Customize JWPlayer skin using Objective C?


how to customize JWPlayer skin using Objective c(iOS- not in Swift)? like to customize slider color, button color and add branding icons..etc

Thanks In Advance

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Implementing a custom skin is the same in Swift and Objective-C because it is done with a custom CSS skin file.
jwConfig.cssSkin = http//urltoskin.css // jwConfig is my JWConfig instance

Here is our skinning documentation to assist you in creating a custom CSS skin: https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/css-skinning/skins_creating/

This question has received the maximum number of answers.