
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
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
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/