scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS
MIT License
5.61k stars 509 forks source link

fpc vc support orientations just portrait but targets support all (present mode) #562

Closed SnailLoveSmile closed 2 years ago

SnailLoveSmile commented 2 years ago

There are three directions in the project targets, but the fpc page i want it just support the portrait direction , how?

thanks

jonnyijapan commented 1 year ago

I think you can subclass FloatingPanelController and override supportedInterfaceOrientations and return desired interface orientations.