public class SLComposeServiceViewController extends UIViewController implements UITextViewDelegate
UIViewController.Block_dismissViewControllerAnimatedCompletion, UIViewController.Block_presentViewControllerAnimatedCompletion, UIViewController.Block_transitionFromViewControllerToViewControllerDurationOptionsAnimationsCompletion_4, UIViewController.Block_transitionFromViewControllerToViewControllerDurationOptionsAnimationsCompletion_5NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_retUIResponderStandardEditActions.Block_updateTextAttributesWithConversionHandler| Modifier | Constructor and Description |
|---|---|
protected |
SLComposeServiceViewController(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accessInstanceVariablesDirectly() |
static SLComposeServiceViewController |
alloc() |
static SLComposeServiceViewController |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static void |
attemptRotationToDeviceOrientation() |
UIViewController |
autoCompletionViewController()
A view controller whose view replaces the configuration item table, sitting just below the text view.
|
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
void |
cancel()
Triggers an animated dismissal of the sheet, and then calls -didSelectCancel.
|
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
NSNumber |
charactersRemaining()
Set/change this to something non-nil to cause the character count view to appear/redraw.
|
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
static void |
clearTextInputContextIdentifier(java.lang.String identifier) |
NSArray<?> |
configurationItems()
Subclasses should implement this, and return an array of SLComposeSheetConfigurationItem instances, if if needs to display configuration items in the sheet.
|
java.lang.String |
contentText()
Convenience.
|
static java.lang.String |
debugDescription_static() |
static java.lang.String |
description_static() |
void |
didSelectCancel()
Called after the cancel animation has finished (in response to the user selecting the Cancel button, or someone calling -cancel).
|
void |
didSelectPost()
Called after the post animation has finished (in response to the user selecting the Post button).
|
static long |
hash_static() |
SLComposeServiceViewController |
init() |
SLComposeServiceViewController |
initWithCoder(NSCoder coder)
NS_DESIGNATED_INITIALIZER
|
SLComposeServiceViewController |
initWithNibNameBundle(java.lang.String nibNameOrNil,
NSBundle nibBundleOrNil)
The designated initializer.
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
boolean |
isContentValid()
Called automatically after each text change to help determine the enable state of the Post button, and to give the subclass a chance to update charactersRemaining.
|
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
UIView |
loadPreviewView()
Called when it's time to create a view suitable for previewing the attachments on the extensionContext.
|
static SLComposeServiceViewController |
new_objc() |
java.lang.String |
placeholder()
When textView is empty, this string is displayed instead.
|
void |
popConfigurationViewController()
Dismisses the current configuration view controller.
|
void |
presentationAnimationDidFinish()
Called when the sheet presentation animation is finished.
|
void |
pushConfigurationViewController(UIViewController viewController)
Presents a configuration view controller.
|
void |
reloadConfigurationItems()
Forces a reload of the configuration items table.
|
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
void |
scrollViewDidChangeAdjustedContentInset(UIScrollView scrollView)
Also see -[UIScrollView adjustedContentInsetDidChange]
|
void |
scrollViewDidEndDecelerating(UIScrollView scrollView)
called when scroll view grinds to a halt
|
void |
scrollViewDidEndDraggingWillDecelerate(UIScrollView scrollView,
boolean decelerate)
called on finger up if the user dragged.
|
void |
scrollViewDidEndScrollingAnimation(UIScrollView scrollView)
called when setContentOffset/scrollRectVisible:animated: finishes.
|
void |
scrollViewDidEndZoomingWithViewAtScale(UIScrollView scrollView,
UIView view,
double scale)
scale between minimum and maximum.
|
void |
scrollViewDidScroll(UIScrollView scrollView)
any offset changes
|
void |
scrollViewDidScrollToTop(UIScrollView scrollView)
called when scrolling animation finished.
|
void |
scrollViewDidZoom(UIScrollView scrollView)
any zoom scale changes
|
boolean |
scrollViewShouldScrollToTop(UIScrollView scrollView)
return a yes if you want to scroll to the top.
|
void |
scrollViewWillBeginDecelerating(UIScrollView scrollView)
called on finger up as we are moving
|
void |
scrollViewWillBeginDragging(UIScrollView scrollView)
called on start of dragging (may require some time and or distance to move)
|
void |
scrollViewWillBeginZoomingWithView(UIScrollView scrollView,
UIView view)
called before the scroll view begins zooming its content
|
void |
scrollViewWillEndDraggingWithVelocityTargetContentOffset(UIScrollView scrollView,
CGPoint velocity,
CGPoint targetContentOffset)
called on finger up if the user dragged.
|
void |
setAutoCompletionViewController(UIViewController value)
A view controller whose view replaces the configuration item table, sitting just below the text view.
|
void |
setCharactersRemaining(NSNumber value)
Set/change this to something non-nil to cause the character count view to appear/redraw.
|
void |
setPlaceholder(java.lang.String value)
When textView is empty, this string is displayed instead.
|
static void |
setVersion_static(long aVersion) |
static org.moe.natj.objc.Class |
superclass_static() |
UITextView |
textView() |
void |
textViewDidBeginEditing(UITextView textView) |
void |
textViewDidChange(UITextView textView) |
void |
textViewDidChangeSelection(UITextView textView) |
void |
textViewDidEndEditing(UITextView textView) |
boolean |
textViewShouldBeginEditing(UITextView textView) |
boolean |
textViewShouldChangeTextInRangeReplacementText(UITextView textView,
NSRange range,
java.lang.String text) |
boolean |
textViewShouldEndEditing(UITextView textView) |
boolean |
textViewShouldInteractWithTextAttachmentInRange(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
boolean |
textViewShouldInteractWithTextAttachmentInRangeInteraction(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
long interaction) |
boolean |
textViewShouldInteractWithURLInRange(UITextView textView,
NSURL URL,
NSRange characterRange) |
boolean |
textViewShouldInteractWithURLInRangeInteraction(UITextView textView,
NSURL URL,
NSRange characterRange,
long interaction) |
void |
validateContent()
Calls -isContentValid immediately, performs other internal validation, then updates the enable state of the Post button appropriately.
|
static long |
version_static() |
UIView |
viewForZoomingInScrollView(UIScrollView scrollView)
return a view that will be scaled.
|
addChildViewController, additionalSafeAreaInsets, addKeyCommand, allowedChildViewControllersForUnwindingFromSource, applicationFinishedRestoringState, automaticallyAdjustsScrollViewInsets, automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers, beginAppearanceTransitionAnimated, beginRequestWithExtensionContext, bottomLayoutGuide, canPerformUnwindSegueActionFromViewControllerSender, canPerformUnwindSegueActionFromViewControllerWithSender, childViewControllerContainingSegueSource, childViewControllerForHomeIndicatorAutoHidden, childViewControllerForPointerLock, childViewControllerForScreenEdgesDeferringSystemGestures, childViewControllerForStatusBarHidden, childViewControllerForStatusBarStyle, childViewControllers, collapseSecondaryViewControllerForSplitViewController, contentScrollViewForEdge, contentSizeForViewInPopover, decodeRestorableStateWithCoder, definesPresentationContext, didAnimateFirstHalfOfRotationToInterfaceOrientation, didMoveToParentViewController, didReceiveMemoryWarning, didRotateFromInterfaceOrientation, didUpdateFocusInContextWithAnimationCoordinator, disablesAutomaticKeyboardDismissal, dismissModalViewControllerAnimated, dismissMoviePlayerViewControllerAnimated, dismissViewControllerAnimatedCompletion, edgesForExtendedLayout, editButtonItem, encodeRestorableStateWithCoder, encodeWithCoder, endAppearanceTransition, extendedLayoutIncludesOpaqueBars, extensionContext, focusGroupIdentifier, focusItemContainer, hidesBottomBarWhenPushed, interfaceOrientation, isBeingDismissed, isBeingPresented, isEditing, isModalInPopover, isModalInPresentation, isMovingFromParentViewController, isMovingToParentViewController, isViewLoaded, loadView, loadViewIfNeeded, modalPresentationCapturesStatusBarAppearance, modalPresentationStyle, modalTransitionStyle, modalViewController, navigationController, navigationItem, nibBundle, nibName, objectRestorationClass, overrideTraitCollectionForChildViewController, overrideUserInterfaceStyle, parentFocusEnvironment, parentViewController, performsActionsWhilePresentingModally, performSegueWithIdentifierSender, popoverPresentationController, preferredContentSize, preferredContentSizeDidChangeForChildContentContainer, preferredFocusedView, preferredFocusEnvironments, preferredInterfaceOrientationForPresentation, preferredScreenEdgesDeferringSystemGestures, preferredStatusBarStyle, preferredStatusBarUpdateAnimation, prefersHomeIndicatorAutoHidden, prefersPointerLocked, prefersStatusBarHidden, prepareForSegueSender, presentationController, presentedViewController, presentingViewController, presentModalViewControllerAnimated, presentMoviePlayerViewControllerAnimated, presentViewControllerAnimatedCompletion, previewActionItems, providesPresentationContextTransitionStyle, registerForPreviewingWithDelegateSourceView, removeFromParentViewController, removeKeyCommand, restorationClass, restorationIdentifier, restorationParent, restoresFocusAfterTransition, rotatingFooterView, rotatingHeaderView, searchDisplayController, segueForUnwindingToViewControllerFromViewControllerIdentifier, separateSecondaryViewControllerForSplitViewController, setAdditionalSafeAreaInsets, setAutomaticallyAdjustsScrollViewInsets, setContentScrollViewForEdge, setContentSizeForViewInPopover, setDefinesPresentationContext, setEdgesForExtendedLayout, setEditing, setEditingAnimated, setExtendedLayoutIncludesOpaqueBars, setFocusGroupIdentifier, setHidesBottomBarWhenPushed, setModalInPopover, setModalInPresentation, setModalPresentationCapturesStatusBarAppearance, setModalPresentationStyle, setModalTransitionStyle, setNeedsFocusUpdate, setNeedsStatusBarAppearanceUpdate, setNeedsUpdateOfHomeIndicatorAutoHidden, setNeedsUpdateOfPrefersPointerLocked, setNeedsUpdateOfScreenEdgesDeferringSystemGestures, setOverrideTraitCollectionForChildViewController, setOverrideUserInterfaceStyle, setPreferredContentSize, setProvidesPresentationContextTransitionStyle, setRestorationClass_unsafe, setRestorationClass, setRestorationIdentifier, setRestoresFocusAfterTransition, setTabBarItem, setTitle, setToolbarItems, setToolbarItemsAnimated, setTransitioningDelegate_unsafe, setTransitioningDelegate, setView, setViewRespectsSystemMinimumLayoutMargins, setWantsFullScreenLayout, sheetPresentationController, shouldAutomaticallyForwardAppearanceMethods, shouldAutomaticallyForwardRotationMethods, shouldAutorotate, shouldAutorotateToInterfaceOrientation, shouldPerformSegueWithIdentifierSender, shouldUpdateFocusInContext, showDetailViewControllerSender, showViewControllerSender, sizeForChildContentContainerWithParentContainerSize, splitViewController, storyboard, supportedInterfaceOrientations, systemLayoutFittingSizeDidChangeForChildContentContainer, systemMinimumLayoutMargins, tabBarController, tabBarItem, targetViewControllerForActionSender, title, toolbarItems, topLayoutGuide, traitCollection, traitCollectionDidChange, transitionCoordinator, transitionFromViewControllerToViewControllerDurationOptionsAnimationsCompletion, transitioningDelegate, unregisterForPreviewingWithContext, unwindForSegueTowardsViewController, updateFocusIfNeeded, updateViewConstraints, view, viewControllerForUnwindSegueActionFromViewControllerWithSender, viewDidAppear, viewDidDisappear, viewDidLayoutSubviews, viewDidLoad, viewDidUnload, viewIfLoaded, viewLayoutMarginsDidChange, viewRespectsSystemMinimumLayoutMargins, viewSafeAreaInsetsDidChange, viewWillAppear, viewWillDisappear, viewWillLayoutSubviews, viewWillTransitionToSizeWithTransitionCoordinator, viewWillUnload, wantsFullScreenLayout, willAnimateFirstHalfOfRotationToInterfaceOrientationDuration, willAnimateRotationToInterfaceOrientationDuration, willAnimateSecondHalfOfRotationFromInterfaceOrientationDuration, willMoveToParentViewController, willRotateToInterfaceOrientationDuration, willTransitionToTraitCollectionWithTransitionCoordinatoractivityItemsConfiguration, becomeFirstResponder, buildMenuWithBuilder, canBecomeFirstResponder, canPasteItemProviders, canPerformActionWithSender, canResignFirstResponder, captureTextFromCamera, copy, cut, decreaseSize, delete, editingInteractionConfiguration, increaseSize, inputAccessoryView, inputAccessoryViewController, inputAssistantItem, inputView, inputViewController, isFirstResponder, keyCommands, makeTextWritingDirectionLeftToRight, makeTextWritingDirectionRightToLeft, motionBeganWithEvent, motionCancelledWithEvent, motionEndedWithEvent, nextResponder, paste, pasteAndGo, pasteAndMatchStyle, pasteAndSearch, pasteConfiguration, pasteItemProviders, pressesBeganWithEvent, pressesCancelledWithEvent, pressesChangedWithEvent, pressesEndedWithEvent, print, reloadInputViews, remoteControlReceivedWithEvent, resignFirstResponder, restoreUserActivityState, select, selectAll, setActivityItemsConfiguration, setPasteConfiguration, setUserActivity, targetForActionWithSender, textInputContextIdentifier, textInputMode, toggleBoldface, toggleItalics, toggleUnderline, touchesBeganWithEvent, touchesCancelledWithEvent, touchesEndedWithEvent, touchesEstimatedPropertiesUpdated, touchesMovedWithEvent, undoManager, updateTextAttributesWithConversionHandler, updateUserActivityState, userActivity, validateCommandaccessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeyprotected SLComposeServiceViewController(org.moe.natj.general.Pointer peer)
public static boolean accessInstanceVariablesDirectly()
public static SLComposeServiceViewController alloc()
public static SLComposeServiceViewController allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static void attemptRotationToDeviceOrientation()
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static void clearTextInputContextIdentifier(java.lang.String identifier)
public static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public static long hash_static()
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static SLComposeServiceViewController new_objc()
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public static void setVersion_static(long aVersion)
public static org.moe.natj.objc.Class superclass_static()
public static long version_static()
public UIViewController autoCompletionViewController()
public void cancel()
public NSNumber charactersRemaining()
public NSArray<?> configurationItems()
public java.lang.String contentText()
public void didSelectCancel()
public void didSelectPost()
public SLComposeServiceViewController init()
init in class UIViewControllerpublic SLComposeServiceViewController initWithCoder(NSCoder coder)
NSCodinginitWithCoder in interface NSCodinginitWithCoder in class UIViewControllerpublic SLComposeServiceViewController initWithNibNameBundle(java.lang.String nibNameOrNil, NSBundle nibBundleOrNil)
UIViewControllerinitWithNibNameBundle in class UIViewControllerpublic boolean isContentValid()
public UIView loadPreviewView()
public java.lang.String placeholder()
public void popConfigurationViewController()
public void presentationAnimationDidFinish()
public void pushConfigurationViewController(UIViewController viewController)
public void reloadConfigurationItems()
public void scrollViewDidEndDecelerating(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidEndDecelerating in interface UIScrollViewDelegatepublic void scrollViewDidEndDraggingWillDecelerate(UIScrollView scrollView, boolean decelerate)
UIScrollViewDelegatescrollViewDidEndDraggingWillDecelerate in interface UIScrollViewDelegatepublic void scrollViewDidEndScrollingAnimation(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidEndScrollingAnimation in interface UIScrollViewDelegatepublic void scrollViewDidEndZoomingWithViewAtScale(UIScrollView scrollView, UIView view, double scale)
UIScrollViewDelegatescrollViewDidEndZoomingWithViewAtScale in interface UIScrollViewDelegatepublic void scrollViewDidScroll(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidScroll in interface UIScrollViewDelegatepublic void scrollViewDidScrollToTop(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidScrollToTop in interface UIScrollViewDelegatepublic void scrollViewDidZoom(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidZoom in interface UIScrollViewDelegatepublic boolean scrollViewShouldScrollToTop(UIScrollView scrollView)
UIScrollViewDelegatescrollViewShouldScrollToTop in interface UIScrollViewDelegatepublic void scrollViewWillBeginDecelerating(UIScrollView scrollView)
UIScrollViewDelegatescrollViewWillBeginDecelerating in interface UIScrollViewDelegatepublic void scrollViewWillBeginDragging(UIScrollView scrollView)
UIScrollViewDelegatescrollViewWillBeginDragging in interface UIScrollViewDelegatepublic void scrollViewWillBeginZoomingWithView(UIScrollView scrollView, UIView view)
UIScrollViewDelegatescrollViewWillBeginZoomingWithView in interface UIScrollViewDelegatepublic void scrollViewWillEndDraggingWithVelocityTargetContentOffset(UIScrollView scrollView, CGPoint velocity, CGPoint targetContentOffset)
UIScrollViewDelegatescrollViewWillEndDraggingWithVelocityTargetContentOffset in interface UIScrollViewDelegatepublic void setAutoCompletionViewController(UIViewController value)
public void setCharactersRemaining(NSNumber value)
public void setPlaceholder(java.lang.String value)
public UITextView textView()
public boolean textViewShouldChangeTextInRangeReplacementText(UITextView textView, NSRange range, java.lang.String text)
textViewShouldChangeTextInRangeReplacementText in interface UITextViewDelegatepublic boolean textViewShouldInteractWithTextAttachmentInRange(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange)
textViewShouldInteractWithTextAttachmentInRange in interface UITextViewDelegatepublic boolean textViewShouldInteractWithTextAttachmentInRangeInteraction(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, long interaction)
textViewShouldInteractWithTextAttachmentInRangeInteraction in interface UITextViewDelegatepublic boolean textViewShouldInteractWithURLInRange(UITextView textView, NSURL URL, NSRange characterRange)
textViewShouldInteractWithURLInRange in interface UITextViewDelegatepublic boolean textViewShouldInteractWithURLInRangeInteraction(UITextView textView, NSURL URL, NSRange characterRange, long interaction)
textViewShouldInteractWithURLInRangeInteraction in interface UITextViewDelegatepublic void textViewDidBeginEditing(UITextView textView)
textViewDidBeginEditing in interface UITextViewDelegatepublic void textViewDidChange(UITextView textView)
textViewDidChange in interface UITextViewDelegatepublic void textViewDidChangeSelection(UITextView textView)
textViewDidChangeSelection in interface UITextViewDelegatepublic void textViewDidEndEditing(UITextView textView)
textViewDidEndEditing in interface UITextViewDelegatepublic boolean textViewShouldBeginEditing(UITextView textView)
textViewShouldBeginEditing in interface UITextViewDelegatepublic boolean textViewShouldEndEditing(UITextView textView)
textViewShouldEndEditing in interface UITextViewDelegatepublic void validateContent()
public UIView viewForZoomingInScrollView(UIScrollView scrollView)
UIScrollViewDelegateviewForZoomingInScrollView in interface UIScrollViewDelegatepublic void scrollViewDidChangeAdjustedContentInset(UIScrollView scrollView)
UIScrollViewDelegatescrollViewDidChangeAdjustedContentInset in interface UIScrollViewDelegate