Initial State Full
grago opened this issue · 0 comments
grago commented
Hello, thanks for this great library!
I'm having an issue where I want my view controller to start in full mode. however, even if initial state is set to .full, the view controller is presented in PIP mode.
var initialState: PIPWState { return .full }
I'm not sure if I'm doing this wrong?
Thanks!