Uses of Class
org.robovm.apple.uikit.NSTextAttachment
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.social | |
| org.robovm.apple.uikit |
-
Uses of NSTextAttachment in org.robovm.apple.foundation
Constructors in org.robovm.apple.foundation with parameters of type NSTextAttachment Constructor Description NSAttributedString(NSTextAttachment attachment) -
Uses of NSTextAttachment in org.robovm.apple.social
Methods in org.robovm.apple.social with parameters of type NSTextAttachment Modifier and Type Method Description booleanSLComposeServiceViewController. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange)Deprecated.Deprecated in iOS 10.0.booleanSLComposeServiceViewController. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction) -
Uses of NSTextAttachment in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTextAttachment Modifier and Type Method Description NSTextAttachmentNSAttributedStringAttributes. getAttachment()NSTextAttachmentNSTextAttachmentViewProvider. getTextAttachment()Methods in org.robovm.apple.uikit with parameters of type NSTextAttachment Modifier and Type Method Description static longNSAttributedStringExtensions. create(NSTextAttachment attachment)protected static longNSAttributedStringExtensions. create(ObjCClass clazz, NSTextAttachment attachment)protected longNSTextAttachmentViewProvider. init(NSTextAttachment textAttachment, UIView parentView, NSTextLayoutManager textLayoutManager, NSTextLocation location)NSAttributedStringAttributesNSAttributedStringAttributes. setAttachment(NSTextAttachment attachment)voidUITextPasteItem. setAttachmentResult(NSTextAttachment textAttachment)voidUITextPasteItemAdapter. setAttachmentResult(NSTextAttachment textAttachment)booleanUITextViewDelegate. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange)Deprecated.Deprecated in iOS 10.0.booleanUITextViewDelegate. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction)booleanUITextViewDelegateAdapter. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange)Deprecated.Deprecated in iOS 10.0.booleanUITextViewDelegateAdapter. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction)Constructors in org.robovm.apple.uikit with parameters of type NSTextAttachment Constructor Description NSTextAttachmentViewProvider(NSTextAttachment textAttachment, UIView parentView, NSTextLayoutManager textLayoutManager, NSTextLocation location)