The text drop proposal offered by the text view.
Required.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
@property(nonatomic, readonly) UIText Drop Proposal *suggestedProposal;
The text drop proposal offered by the text view.
Required.
SDKs
Framework
@property(nonatomic, readonly) UIText Drop Proposal *suggestedProposal;
drop Position
The text position corresponding to the location of a drop session.
Required.
same View
A Boolean value indicating whether the drag and the drop are within the same text view.
Required.