mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add iOS 10 .d.ts-es
This commit is contained in:
@@ -109,8 +109,12 @@ declare class SLComposeServiceViewController extends UIViewController implements
|
||||
|
||||
textViewShouldInteractWithTextAttachmentInRange(textView: UITextView, textAttachment: NSTextAttachment, characterRange: NSRange): boolean;
|
||||
|
||||
textViewShouldInteractWithTextAttachmentInRangeInteraction(textView: UITextView, textAttachment: NSTextAttachment, characterRange: NSRange, interaction: UITextItemInteraction): boolean;
|
||||
|
||||
textViewShouldInteractWithURLInRange(textView: UITextView, URL: NSURL, characterRange: NSRange): boolean;
|
||||
|
||||
textViewShouldInteractWithURLInRangeInteraction(textView: UITextView, URL: NSURL, characterRange: NSRange, interaction: UITextItemInteraction): boolean;
|
||||
|
||||
validateContent(): void;
|
||||
|
||||
viewForZoomingInScrollView(scrollView: UIScrollView): UIView;
|
||||
|
||||
Reference in New Issue
Block a user