1

In swift, with Google Cast SDK, is there an option to remove white shadow from top of GCKUIMiniMediaControlsViewController view?

    let style = GCKUIStyle.sharedInstance()
    
    let miniMediaStyle = style.castViews.mediaControl.miniController

    // ???

    style.apply()

I've already check documentation, but I cannot find something about the container shadow.

Eventually, is it possible to act on shadow without using GCKUIStyle?

1 Answer 1

0

We are not sure what exactly you asking here, but from what I understood there is no way to remove or change the shadows of our UI.

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.