uakihir0 / UIPiPView

This library is a UIView that is capable of Picture-in-Picture (PiP) in iOS.
MIT License
216 stars 32 forks source link

[Question] Using Picture In Picture not for video playback #23

Closed alex-swiftify closed 5 days ago

alex-swiftify commented 5 days ago

Thank you for the awesome library!

As far as I understand, Apple supports Picture in Picture in the following scenarios:

  1. For video content playback
  2. For video calls

Did anyone succeeded in using the picture-in-picture mode for anything except video playback for App Store apps?

uakihir0 commented 5 days ago

Hi.

Several apps, including a memo app, can be found in the App Store. I don't think they will be rejected unless there is a direct disadvantage to the user. Also, of course, the PiP in this library may not be available in future iOS updates.

alex-swiftify commented 5 days ago

@uakihir0 Understood, thank you for the samples! I have a rather unique idea (displaying the screen translation in a PIP window) and evaluating the probability if such a use will be accepted. We’ll see.