Overview of LNPopupController
masterLNPopupController is a UIKit framework that allows you to present view controllers as popups, mimicking the behavior of Apple Music or Podcasts mini-players.
Key characteristics:
- It is implemented as a category over
UIViewController. - It allows a view controller to present a popup bar docked to a specific view (e.g., a tab bar or toolbar).
- It handles safe area insets automatically during presentation and dismissal.
- Popup bar information is driven by
LNPopupItemobjects. - For SwiftUI projects, use the LNPopupUI library instead.