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

JWPlayer SDK for iOS


Hi,

1. I would want to know when the controls are hidden, so i can also hide my top bar related to it. Is there specific callback i can use to know this?
2. Also is it possible to hide default control bar at the bottom of player to have my own? What are the various options to customise beside having a css skin?
3. When i add anything as subview on top of player and do full screen, that subview is removed. Is there any internal implementation that removes all of the subviews when player is in full screen?

All of these questions are regarding iOS (objective c) only. It would be great if you can answer them in the same context.

Thanks!

Regards,
Monis

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Hi Monis,

I would be happy to address your questions:

1. I would want to know when the controls are hidden, so i can also hide my top bar related to it. Is there specific callback i can use to know this?
>> This is a feature request that we are working on. We plan on implementing this new feature in the not too distant future.

2. Also is it possible to hide default control bar at the bottom of player to have my own? What are the various options to customise beside having a css skin?
>> You can implement your own custom skin by first creating a custom skin, saving it to a server and then implementing with:
config.cssSkin = @"http://p.jwpcdn.com/iOS/Skins/ethan.css";

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

3. When i add anything as subview on top of player and do full screen, that subview is removed. Is there any internal implementation that removes all of the subviews when player is in full screen?
>> Can you please clarify what you are trying to accomplish by adding a new subview?

Thanks,
Daniel

This question has received the maximum number of answers.