tabBarController(_:tab:acceptItemsFrom:)
Notifies the delegate to perform a drop into the specified @c tab from the specified session.
Declaration
optional func tabBarController(_ tabBarController: UITabBarController, tab: UITab, acceptItemsFrom session: any UIDropSession)Mentioned in
Discussion
This is only called if the operation returned from tabBarController:tab:operationForAcceptingItemsFromDropSession is valid for a drop.