UIView Classe

Definizione

[Foundation.Register("UIView", true)]
public class UIView : UIKit.UIResponder, CoreAnimation.ICALayerDelegate, Foundation.INSCoding, IDisposable, System.Collections.IEnumerable, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUIFocusItem, UIKit.IUIFocusItemContainer, UIKit.IUILargeContentViewerItem, UIKit.IUIPopoverPresentationControllerSourceItem, UIKit.IUITraitChangeObservable, UIKit.IUITraitEnvironment
[Foundation.Register("UIView", true)]
public class UIView : UIKit.UIResponder, CoreAnimation.ICALayerDelegate, Foundation.INSCoding, IDisposable, System.Collections.IEnumerable, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUIFocusItem, UIKit.IUIFocusItemContainer, UIKit.IUITraitChangeObservable, UIKit.IUITraitEnvironment
[<Foundation.Register("UIView", true)>]
type UIView = class
    inherit UIResponder
    interface IEnumerable
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface IUIAccessibilityIdentification
    interface IUIAppearance
    interface IUIAppearanceContainer
    interface IUICoordinateSpace
    interface IUIDynamicItem
    interface IUIFocusEnvironment
    interface IUIFocusItem
    interface IUIFocusItemContainer
    interface IUILargeContentViewerItem
    interface IUIPopoverPresentationControllerSourceItem
    interface IUITraitChangeObservable
    interface IUITraitEnvironment
    interface ICALayerDelegate
[<Foundation.Register("UIView", true)>]
type UIView = class
    inherit UIResponder
    interface IEnumerable
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface IUIAccessibilityIdentification
    interface IUIAppearance
    interface IUIAppearanceContainer
    interface IUICoordinateSpace
    interface IUIDynamicItem
    interface IUIFocusEnvironment
    interface IUIFocusItem
    interface IUIFocusItemContainer
    interface IUITraitChangeObservable
    interface IUITraitEnvironment
    interface ICALayerDelegate
Ereditarietà
Derivato
Attributi
Implementazioni

Costruttori

Nome Descrizione
UIView()

Crea un nuovo UIView oggetto con valori predefiniti.

UIView(CGRect)
UIView(NativeHandle)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime.

UIView(NSCoder)

Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver.

UIView(NSObjectFlag)

Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto.

Proprietà

Nome Descrizione
AccessibilityActivationPoint
AccessibilityAssistiveTechnologyFocusedIdentifiers (Ereditato da UIResponder)
AccessibilityAttributedHint
AccessibilityAttributedLabel
AccessibilityAttributedUserInputLabels
AccessibilityAttributedValue
AccessibilityCustomActions (Ereditato da UIResponder)
AccessibilityDirectTouchOptions
AccessibilityDragSourceDescriptors (Ereditato da UIResponder)
AccessibilityDropPointDescriptors (Ereditato da UIResponder)
AccessibilityElementsHidden
AccessibilityExpandedStatus
AccessibilityFrame
AccessibilityHeaderElements
AccessibilityHint
AccessibilityIdentifier

Identifica this in modo univoco ai fini dell'accessibilità.

AccessibilityIgnoresInvertColors
AccessibilityLabel
AccessibilityLanguage
AccessibilityNavigationStyle
AccessibilityPath
AccessibilityRespondsToUserInteraction
AccessibilityTextualContext
AccessibilityTraits
AccessibilityUserInputLabels
AccessibilityValue
AccessibilityViewIsModal
ActivityItemsConfiguration (Ereditato da UIResponder)
AlignmentRectInsets
Alpha
AnchorPoint
AnimationsEnabled
AnnouncementDidFinishNotification

Costante di notifica per AnnouncementDidFinish

AnnouncementNotification

Ottiene la notifica pubblicata da un'applicazione che richiede una tecnologia di assistive technology.

Appearance

Proprietà fortemente tipizzata che restituisce la classe UIAppearance per questa classe.

AppliedContentSizeCategoryLimitsDescription
AssistiveTechnologyKey

Costante di notifica per AssistiveTechnologyKey

AssistiveTouchStatusDidChangeNotification

Costante di notifica per AssistiveTouchStatusDidChange

AutoresizingMask
AutosizesSubviews
BackgroundColor

Colore utilizzato per lo sfondo.

BoldTextStatusDidChangeNotification

Costante di notifica per BoldTextStatusDidChange

BottomAnchor
Bounds
ButtonShapesEnabledStatusDidChangeNotification

Costante di notifica per ButtonShapesEnabledStatusDidChange

CanBecomeFirstResponder (Ereditato da UIResponder)
CanBecomeFocused
CanResignFirstResponder (Ereditato da UIResponder)
Center
CenterXAnchor
CenterYAnchor
Class (Ereditato da NSObject)
ClassHandle

Handle della classe Objective-C per questa classe.

ClearsContextBeforeDrawing
ClipsToBounds
ClosedCaptioningStatusDidChangeNotification

Costante di notifica per ClosedCaptioningStatusDidChange

CollisionBoundingPath

Restituisce il percorso chiuso utilizzato per il rilevamento delle collisioni.

CollisionBoundsType

Restituisce un valore che indica il modo in cui vengono specificati i limiti di collisione.

Constraints
ContentMode
ContentScaleFactor
ContentStretch
CoordinateSpace

Ottiene l'implementazione dello spazio delle coordinate.

CornerConfiguration
DarkerSystemColorsStatusDidChangeNotification

Costante di notifica per DarkerSystemColorsStatusDidChange

DebugDescription (Ereditato da NSObject)
Description (Ereditato da NSObject)
DirectionalLayoutMargins
EditingInteractionConfiguration (Ereditato da UIResponder)
EffectiveUserInterfaceLayoutDirection
ElementFocusedNotification

Costante di notifica per ElementFocused

ExclusiveTouch

Limita il recapito degli eventi a questa visualizzazione.

FirstBaselineAnchor
Focused

Indica se è UIView la visualizzazione con stato attivo.

FocusedElementKey

Costante di notifica per FocusedElementKey

FocusEffect
FocusGroupIdentifier
FocusGroupPriority
FocusItemContainer

Ottiene il contenitore che gestisce le informazioni sullo stato attivo per gli elementi dello stato attivo figlio.

FocusItemDeferralMode
Frame
GestureRecognizers
GrayscaleStatusDidChangeNotification

Costante di notifica per GrayscaleStatusDidChange

GuidedAccessStatusDidChangeNotification

Costante di notifica per GuidedAccessStatusDidChange

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da NSObject)
HasAmbiguousLayout
HearingDevicePairedEarDidChangeNotification

Costante di notifica per HearingDevicePairedEarDidChange

HeightAnchor
Hidden

Specifica se l'oggetto UIView viene visualizzato o meno.

HoverStyle
InheritedAnimationDuration
InputAccessoryView (Ereditato da UIResponder)
InputAccessoryViewController (Ereditato da UIResponder)
InputAssistantItem (Ereditato da UIResponder)
InputView (Ereditato da UIResponder)
InputViewController (Ereditato da UIResponder)
InsetsLayoutMarginsFromSafeArea
Interactions
IntrinsicContentSize
InvertColorsStatusDidChangeNotification

Costante di notifica per InvertColorsStatusDidChange

IsAccessibilityElement
IsDirectBinding

Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C.

(Ereditato da NSObject)
IsFirstResponder (Ereditato da UIResponder)
IsProxy (Ereditato da NSObject)
IsTransparentFocusItem
KeyboardLayoutGuide
KeyCommands (Ereditato da UIResponder)
LargeContentImage
LargeContentImageInsets
LargeContentTitle
LastBaselineAnchor
Layer
LayoutChangedNotification

Ottiene la notifica inviata da un'applicazione che indica che il layout di una schermata è stato modificato.

LayoutGuides
LayoutMargins
LayoutMarginsGuide
LeadingAnchor
LeftAnchor
MaskView
MaximumContentSizeCategory
MinimumContentSizeCategory
MonoAudioStatusDidChangeNotification

Costante di notifica per MonoAudioStatusDidChange

MotionEffects
MultipleTouchEnabled

Controlla se UIView può gestire eventi multitouch.

NextResponder (Ereditato da UIResponder)
NoIntrinsicMetric

Rappresenta il valore associato alla costante UIViewNoIntrinsicMetric

NotificationSwitchControlIdentifier

Costante di notifica per NotificationSwitchContr

NotificationVoiceOverIdentifier

Costante di notifica per NotificationVoiceOv

OnOffSwitchLabelsDidChangeNotification

Costante di notifica per OnOffSwitchLabelsDidChange

Opaque

Determina se la visualizzazione è opaca o meno.

OverrideUserInterfaceStyle
PageScrolledNotification

Ottiene la notifica inviata da un'applicazione che ha terminato un'azione di scorrimento.

ParentFocusEnvironment

Ottiene l'ambiente dello stato attivo padre.

PasteConfiguration

Oggetto supportato dall'oggetto UIPasteConfigurationthis .

(Ereditato da UIResponder)
PauseAssistiveTechnologyNotification

Sospende le notifiche di assistive technology.

PreferredFocusedView

Se non null, indica l'elemento figlio UIView che deve ricevere lo stato attivo per impostazione predefinita.

PreferredFocusEnvironments

Ottiene l'elenco degli ambienti di stato attivo, ordinati in base alla priorità, che l'ambiente preferisce durante l'aggiornamento dello stato attivo.

PrefersCrossFadeTransitionsStatusDidChangeNotification

Costante di notifica per PrefersCrossFadeTransitionsStatusDidChange

PreservesSuperviewLayoutMargins
ReadableContentGuide
ReduceMotionStatusDidChangeNotification

Costante di notifica per ReduceMotionStatusDidChange

ReduceTransparencyStatusDidChangeNotification

Costante di notifica per ReduceTransparencyStatusDidChange

RestorationIdentifier
ResumeAssistiveTechnologyNotification

Riprende le notifiche di assistive technology.

RetainCount (Ereditato da NSObject)
RightAnchor
SafeAreaInsets
SafeAreaLayoutGuide
ScalesLargeContentImage
ScreenChangedNotification

Ottiene la notifica inviata da un'applicazione che viene visualizzata una nuova visualizzazione che include una parte principale della schermata.

Self (Ereditato da NSObject)
SemanticContentAttribute
ShakeToUndoDidChangeNotification

Costante di notifica per ShakeToUndoDidChange

ShouldDifferentiateWithoutColorDidChangeNotification

Costante di notifica per ShouldDifferentiateWithoutColorDidChange

ShouldGroupAccessibilityChildren
ShowsLargeContentViewer
SpeakScreenStatusDidChangeNotification

Costante di notifica per SpeakScreenStatusDidChange

SpeakSelectionStatusDidChangeNotification

Costante di notifica per SpeakSelectionStatusDidChange

SpeechAttributeAnnouncementPriority

Rappresenta il valore associato alla costante 'UIAccessibilitySpeechAttributeAnnouncementPriority'.

SpeechAttributeIpaNotation

Restituisce la notazione IPA per la stringa con attributi di accessibilità.

SpeechAttributeLanguage

Ottiene un codice di linguaggio BCP-47.

SpeechAttributePitch

Ottiene il valore compreso tra 0,0 e 2,0 che determina il passo per una stringa parlata.

SpeechAttributePunctuation

Ottiene un valore da interpretare come oggetto bool che determina se la punteggiatura in una stringa viene pronunciata.

SpeechAttributeQueueAnnouncement

Chiave per l'opzione che interrompe il contenuto parlato esistente.

SpeechAttributeSpellOut

Rappresenta il valore associato alla costante 'UIAccessibilitySpeechAttributeSpellOut'.

Subviews
Superclass (Ereditato da NSObject)
SuperHandle

Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto .

(Ereditato da NSObject)
Superview
SwitchControlStatusDidChangeNotification

Costante di notifica per SwitchControlStatusDidChange

Tag
TextAttributeContext

Rappresenta il valore associato alla costante 'UIAccessibilityTextAttributeContext'.

TextAttributeCustom

Chiave per l'opzione che gli attributi personalizzati devono essere applicati al testo di accessibilità.

TextAttributeHeadingLevel

Chiave per l'opzione del livello di intestazione del testo di accessibilità.

TextInputContextIdentifier (Ereditato da UIResponder)
TextInputMode (Ereditato da UIResponder)
TintAdjustmentMode
TintColor

Colore utilizzato per la tinta.

TopAnchor
TouchBar (Ereditato da UIResponder)
TrailingAnchor
TraitAdjustable
Obsoleti.

Ottiene un tratto che consente la regolazione continua di un elemento di accessibilità tramite un intervallo di valori.

TraitAllowsDirectInteraction
Obsoleti.

Ottiene un tratto che consente l'interazione diretta tramite tocco per gli utenti.

TraitButton
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification deve essere considerato come un pulsante.

TraitCausesPageTurn
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification deve ruotare la pagina quando VoiceOver termina tale pagina.

TraitCollection

Ottiene la raccolta di tratti che descrive l'ambiente.

TraitHeader
Obsoleti.

Ottiene un tratto che indica che thisIUIAccessibilityIdentification l'elemento è un'intestazione che divide il contenuto in sezioni.

TraitImage
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification deve essere considerato come immagine.

TraitKeyboardKey
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification agisce come un tasto da tastiera.

TraitLink
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification deve essere considerato un collegamento.

TraitNone
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification non ha tratti.

TraitNotEnabled
Obsoleti.

Ottiene un tratto che indica che thisIUIAccessibilityIdentification l'elemento non è abilitato.

TraitOverrides
TraitPlaysSound
Obsoleti.

Ottiene un tratto che indica che thisIUIAccessibilityIdentification gli elementi riproduceno il proprio suono quando vengono attivati.

TraitSearchField
Obsoleti.

Ottiene un tratto che indica che thisIUIAccessibilityIdentification l'elemento deve essere considerato un campo di ricerca.

TraitSelected
Obsoleti.

Ottiene un tratto che indica che thisIUIAccessibilityIdentification l'elemento è selezionato.

TraitStartsMediaSession
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification avvia una sessione multimediale quando viene attivato.

TraitStaticText
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification deve essere considerato come testo statico.

TraitSummaryElement
Obsoleti.

Ottiene un tratto che fornisce informazioni di riepilogo all'avvio di un'applicazione.

TraitTabBar
Obsoleti.

Rappresenta il valore associato alla costante 'UIAccessibilityTraitTabBar'.

TraitUpdatesFrequently
Obsoleti.

Ottiene un tratto che indica che l'elemento thisIUIAccessibilityIdentification ne aggiorna AccessibilityLabel o AccessibilityValue.

Transform
Transform3D
TranslatesAutoresizingMaskIntoConstraints
UILayoutFittingCompressedSize

Rappresenta il valore associato alla costante UILayoutFittingCompressedSize

UILayoutFittingExpandedSize

Rappresenta il valore associato alla costante UILayoutFittingExpandedSize

UndoManager (Ereditato da UIResponder)
UnfocusedElementKey

Costante di notifica per UnfocusedElementKey

UserActivity (Ereditato da UIResponder)
UserInteractionEnabled

Determina se gli eventi di input vengono elaborati da questa visualizzazione.

VideoAutoplayStatusDidChangeNotification

Costante di notifica per VideoAutoplayStatusDidChange

ViewForBaselineLayout
ViewForFirstBaselineLayout
ViewForLastBaselineLayout
ViewPrintFormatter
VoiceOverStatusChanged

Gli sviluppatori non devono usare questa proprietà deprecata. Gli sviluppatori devono usare invece 'VoiceOverStatusDidChangeNotification'.

VoiceOverStatusDidChangeNotification

Costante di notifica per VoiceOverStatusDidChange

WidthAnchor
Window
Zone (Ereditato da NSObject)

Metodi

Nome Descrizione
AccessibilityActivate()
AccessibilityDecrement() (Ereditato da UIResponder)
AccessibilityElementDidBecomeFocused() (Ereditato da UIResponder)
AccessibilityElementDidLoseFocus() (Ereditato da UIResponder)
AccessibilityElementIsFocused() (Ereditato da UIResponder)
AccessibilityIncrement() (Ereditato da UIResponder)
AccessibilityPerformEscape() (Ereditato da UIResponder)
AccessibilityPerformMagicTap() (Ereditato da UIResponder)
AccessibilityScroll(UIAccessibilityScrollDirection) (Ereditato da UIResponder)
ActionForLayer(CALayer, String)
Add(UIView)

Si tratta di un alias per AddSubview(UIView), ma usa il modello Add perché consente ai costrutti C# 3.0 di aggiungere visualizzazioni secondarie dopo la creazione dell'oggetto.

AddConstraint(NSLayoutConstraint)
AddConstraints(NSLayoutConstraint[])
AddGestureRecognizer(UIGestureRecognizer)
AddInteraction(IUIInteraction)
AddKeyframeWithRelativeStartTime(Double, Double, Action)
AddLayoutGuide(UILayoutGuide)
AddMotionEffect(UIMotionEffect)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Ereditato da NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddSubview(UIView)
AddSubviews(UIView[])

Routine di praticità per aggiungere diverse visualizzazioni a un oggetto UIView.

AlignCenter(NSObject) (Ereditato da UIResponder)
AlignJustified(NSObject) (Ereditato da UIResponder)
AlignLeft(NSObject) (Ereditato da UIResponder)
AlignmentRectForFrame(CGRect)
AlignRight(NSObject) (Ereditato da UIResponder)
Animate(Double, Action, Action)

Anima le modifiche apportate alla proprietà che vengono apportate nell'azione specificata e richiama un callback di completamento al termine dell'animazione.

Animate(Double, Action)
Animate(Double, Double, UIViewAnimationOptions, Action, Action)

Richiama le modifiche dell'animazione a una o più visualizzazioni specificando durata, ritardo, opzioni e un gestore di completamento.

Animate(Double, NFloat, NFloat, Double, UIViewAnimationOptions, Action, Action<Boolean>)
AnimateAsync(Double, Action)

Aggiunge un'animazione alle modifiche alle proprietà che vengono apportate nell'oggetto specificato animation come operazione asincrona.

AnimateAsync(Double, NFloat, NFloat, Double, UIViewAnimationOptions, Action)
AnimateKeyframes(Double, Double, UIViewKeyframeAnimationOptions, Action, UICompletionHandler)
AnimateKeyframesAsync(Double, Double, UIViewKeyframeAnimationOptions, Action)

Crea un oggetto azione di animazione da utilizzare per configurare animazioni basate su fotogrammi chiave per la visualizzazione corrente.

AnimateNotify(Double, Action, UICompletionHandler)
AnimateNotify(Double, Double, NFloat, NFloat, UIViewAnimationOptions, Action, UICompletionHandler)

Esegue un'animazione di visualizzazione che usa una curva temporale che corrisponde all'attività di una molla fisica.

AnimateNotify(Double, Double, UIViewAnimationOptions, Action, UICompletionHandler)
AnimateNotifyAsync(Double, Action)

Anima le modifiche apportate alla proprietà che vengono apportate nell'azione specificata e richiama un callback di completamento al termine dell'animazione.

AnimateNotifyAsync(Double, Double, NFloat, NFloat, UIViewAnimationOptions, Action)

Esegue un'animazione di visualizzazione che usa una curva temporale che corrisponde all'attività di una molla fisica.

AnimateNotifyAsync(Double, Double, UIViewAnimationOptions, Action)

Esegue l'oggetto specificato animation come operazione asincrona.

AppearanceWhenContainedIn(Type[])

Restituisce un oggetto fortemente tipizzato UIAppearance per le istanze di questa classe quando la vista è ospitata nella gerarchia specificata.

AwakeFromNib() (Ereditato da NSObject)
BecomeFirstResponder() (Ereditato da UIResponder)
BeginAnimations(String, IntPtr)
BeginAnimations(String)

Indica l'inizio di un blocco di animazione.

BeginInvokeOnMainThread(Action)

Richiama l'azione specificata in modo asincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Richiama in modo asincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BringSubviewToFront(UIView)
BuildMenu(IUIMenuBuilder) (Ereditato da UIResponder)
CanPaste(NSItemProvider[])

Restituisce true se il risponditore può incollare dai provider di elementi specificati.

(Ereditato da UIResponder)
CanPerform(Selector, NSObject) (Ereditato da UIResponder)
Capture(Boolean)

Esegue un'acquisizione dello schermo dell'oggetto UIView.

CaptureTextFromCamera(NSObject) (Ereditato da UIResponder)
CommitAnimations()
ConformsToProtocol(NativeHandle) (Ereditato da NSObject)
ContentCompressionResistancePriority(UILayoutConstraintAxis)
ContentHuggingPriority(UILayoutConstraintAxis)
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace)
ConvertPointFromView(CGPoint, UIView)
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace)
ConvertPointToView(CGPoint, UIView)
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace)
ConvertRectFromView(CGRect, UIView)
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace)
ConvertRectToView(CGRect, UIView)
Copy() (Ereditato da NSObject)
Copy(NSObject) (Ereditato da UIResponder)
CreateTouchBar() (Ereditato da UIResponder)
Cut(NSObject) (Ereditato da UIResponder)
DangerousAutorelease()

Chiama il selettore 'autorelease' su questo oggetto.

(Ereditato da NSObject)
DangerousRelease()

Chiama il selettore 'release' su questo oggetto.

(Ereditato da NSObject)
DangerousRetain()

Chiama il selettore 'retain' su questo oggetto.

(Ereditato da NSObject)
DecodeRestorableState(NSCoder)
DecreaseSize(NSObject) (Ereditato da UIResponder)
Delete(NSObject) (Ereditato da UIResponder)
DidChange(NSKeyValueChange, NSIndexSet, NSString) (Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
DidChangeValue(String) (Ereditato da NSObject)
DidHintFocusMovement(UIFocusMovementHint)

Chiamato quando potrebbe verificarsi presto una modifica dello stato attivo.

DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)

Il metodo delegato chiamato poco dopo che lo stato attivo è stato modificato in un nuovo UIViewoggetto .

DisplayLayer(CALayer)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject .

(Ereditato da NSObject)
Dispose(Boolean)
DoesNotRecognizeSelector(Selector) (Ereditato da NSObject)
Draw(CGRect)
DrawLayer(CALayer, CGContext)
DrawRect(CGRect, UIViewPrintFormatter)
DrawViewHierarchy(CGRect, Boolean)
Duplicate(NSObject) (Ereditato da UIResponder)
EncodeRestorableState(NSCoder)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto usando il codificatore fornito.

Equals(NSObject)

Determina se l'oggetto specificato NSObject è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
ExchangeSubview(IntPtr, IntPtr)

Questo metodo scambia gli indici di due UIViews all'interno della Subviews matrice.

ExerciseAmbiguityInLayout()
Export(NSObject) (Ereditato da UIResponder)
Find(NSObject) (Ereditato da UIResponder)
FindAndReplace(NSObject) (Ereditato da UIResponder)
FindNext(NSObject) (Ereditato da UIResponder)
FindPrevious(NSObject) (Ereditato da UIResponder)
FrameForAlignmentRect(CGRect)
GestureRecognizerShouldBegin(UIGestureRecognizer)
GetAppearance(UITraitCollection, Type[])

Ottiene il proxy UIView.UIViewAppearance di aspetto per UIView.

GetAppearance(UITraitCollection)

Ottiene il proxy UIView.UIViewAppearance di aspetto per UIView.

GetAppearance<T>()

Ottiene il proxy UIView.UIViewAppearance di aspetto per la sottoclasse di UIView.

GetAppearance<T>(UITraitCollection, Type[])

Ottiene il proxy UIView.UIViewAppearance di aspetto per la sottoclasse di UIView.

GetAppearance<T>(UITraitCollection)

Ottiene il proxy UIView.UIViewAppearance di aspetto per la sottoclasse di UIView.

GetConstraintsAffectingLayout(UILayoutConstraintAxis)
GetDictionaryOfValuesFromKeys(NSString[]) (Ereditato da NSObject)
GetDirectionalEdgeInsets(UIViewLayoutRegion)
GetEdgeInsets(UIViewLayoutRegion)
GetEnumerator()

Restituisce un enumeratore che elenca tutte le visualizzazioni secondarie in questa visualizzazione

GetFocusItems(CGRect)

Restituisce un elenco di tutti gli elementi dello stato attivo figlio all'interno del rettangolo specificato.

GetFrame(UIView)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetLayoutGuide(UIViewLayoutRegion)
GetMethodForSelector(Selector) (Ereditato da NSObject)
GetNativeHash() (Ereditato da NSObject)
GetProvider(UIDeferredMenuElement) (Ereditato da UIResponder)
GetSoundIdentifier(UIFocusUpdateContext)
GetTargetForAction(Selector, NSObject) (Ereditato da UIResponder)
GetUserInterfaceLayoutDirection(UISemanticContentAttribute, UIUserInterfaceLayoutDirection)
GetUserInterfaceLayoutDirection(UISemanticContentAttribute)
HitTest(CGPoint, UIEvent)
IncreaseSize(NSObject) (Ereditato da UIResponder)
Init()

Inizializza l'oggetto chiamando il metodo Objective-C init .

(Ereditato da NSObject)
InitializeHandle(NativeHandle, String) (Ereditato da NSObject)
InitializeHandle(NativeHandle) (Ereditato da NSObject)
InsertSubview(UIView, IntPtr)

Inserisce la visualizzazione secondaria specificata nella posizione specificata come visualizzazione secondaria di questa visualizzazione.

InsertSubviewAbove(UIView, UIView)
InsertSubviewBelow(UIView, UIView)
InvalidateIntrinsicContentSize()
Invoke(Action, Double)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Richiama l'azione specificata in modo sincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

Richiama in modo sincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
IsDescendantOfView(UIView)
IsEqual(NSObject) (Ereditato da NSObject)
IsKindOfClass(Class) (Ereditato da NSObject)
IsMemberOfClass(Class) (Ereditato da NSObject)
LayoutIfNeeded()
LayoutMarginsDidChange()
LayoutSublayersOfLayer(CALayer)
LayoutSubviews()
MakeTextWritingDirectionLeftToRight(NSObject) (Ereditato da UIResponder)
MakeTextWritingDirectionRightToLeft(NSObject) (Ereditato da UIResponder)
MarkDirty()

Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.

(Ereditato da NSObject)
ModifyAnimations(NFloat, Boolean, Action)
MotionBegan(UIEventSubtype, UIEvent) (Ereditato da UIResponder)
MotionCancelled(UIEventSubtype, UIEvent) (Ereditato da UIResponder)
MotionEnded(UIEventSubtype, UIEvent) (Ereditato da UIResponder)
Move(NSObject) (Ereditato da UIResponder)
MovedToSuperview()
MovedToWindow()
MutableCopy() (Ereditato da NSObject)
NeedsUpdateConstraints()
NewFromPasteboard(NSObject) (Ereditato da UIResponder)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (Ereditato da NSObject)
Paste(NSItemProvider[])

Esegue l'operazione incollata.

(Ereditato da UIResponder)
Paste(NSObject) (Ereditato da UIResponder)
PasteAndGo(NSObject) (Ereditato da UIResponder)
PasteAndMatchStyle(NSObject) (Ereditato da UIResponder)
PasteAndSearch(NSObject) (Ereditato da UIResponder)
PerformClose(NSObject) (Ereditato da UIResponder)
PerformSelector(Selector, NSObject, Double, NSString[]) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double) (Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSObject) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Ereditato da NSObject)
PerformSelector(Selector) (Ereditato da NSObject)
PerformSystemAnimation(UISystemAnimation, UIView[], UIViewAnimationOptions, Action, UICompletionHandler)
PerformSystemAnimationAsync(UISystemAnimation, UIView[], UIViewAnimationOptions, Action)

Esegue la sequenza di animazione specificata fornita dal sistema su una o più visualizzazioni, insieme alle animazioni parallele definite dall'utente.

PerformWithoutAnimation(Action)
PointInside(CGPoint, UIEvent)
PrepareForInterfaceBuilder() (Ereditato da NSObject)
PressesBegan(NSSet<UIPress>, UIPressesEvent) (Ereditato da UIResponder)
PressesCancelled(NSSet<UIPress>, UIPressesEvent) (Ereditato da UIResponder)
PressesChanged(NSSet<UIPress>, UIPressesEvent) (Ereditato da UIResponder)
PressesEnded(NSSet<UIPress>, UIPressesEvent) (Ereditato da UIResponder)
Print(NSObject) (Ereditato da UIResponder)
RegisterForTraitChanges(Action<IUITraitEnvironment,UITraitCollection>, Type[])

Registra un gestore di callback che verrà eseguito quando uno dei tratti specificati cambia.

RegisterForTraitChanges(Class[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(Class[], NSObject, Selector)
RegisterForTraitChanges(Class[], Selector)
RegisterForTraitChanges(IUITraitDefinition[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(IUITraitDefinition[], NSObject, Selector)
RegisterForTraitChanges(IUITraitDefinition[], Selector)
RegisterForTraitChanges(Type[], Action<IUITraitEnvironment,UITraitCollection>)

Registra un gestore di callback che verrà eseguito quando uno dei tratti specificati cambia.

RegisterForTraitChanges(Type[], NSObject, Selector)

Registra un selettore che verrà chiamato sull'oggetto specificato quando uno dei tratti specificati cambia.

RegisterForTraitChanges(Type[], Selector)

Registra un selettore che verrà chiamato sull'oggetto corrente quando viene modificato uno dei tratti specificati.

RegisterForTraitChanges<T>(Action<IUITraitEnvironment,UITraitCollection>)

Registra un gestore di callback che verrà eseguito quando cambia il tratto specificato.

RegisterForTraitChanges<T1,T2,T3,T4>(Action<IUITraitEnvironment,UITraitCollection>)

Registra un gestore di callback che verrà eseguito quando viene modificato uno dei tratti specificati.

RegisterForTraitChanges<T1,T2,T3>(Action<IUITraitEnvironment,UITraitCollection>)

Registra un gestore di callback che verrà eseguito quando viene modificato uno dei tratti specificati.

RegisterForTraitChanges<T1,T2>(Action<IUITraitEnvironment,UITraitCollection>)

Registra un gestore di callback che verrà eseguito quando viene modificato uno dei tratti specificati.

ReloadInputViews() (Ereditato da UIResponder)
RemoteControlReceived(UIEvent) (Ereditato da UIResponder)
RemoveConstraint(NSLayoutConstraint)
RemoveConstraints(NSLayoutConstraint[])
RemoveFromSuperview()
RemoveGestureRecognizer(UIGestureRecognizer)
RemoveInteraction(IUIInteraction)
RemoveLayoutGuide(UILayoutGuide)
RemoveMotionEffect(UIMotionEffect)
RemoveObserver(NSObject, NSString, IntPtr) (Ereditato da NSObject)
RemoveObserver(NSObject, NSString) (Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr) (Ereditato da NSObject)
RemoveObserver(NSObject, String) (Ereditato da NSObject)
Rename(NSObject) (Ereditato da UIResponder)
RequiresConstraintBasedLayout()
ResignFirstResponder() (Ereditato da UIResponder)
ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets)
RespondsToSelector(Selector) (Ereditato da NSObject)
RestoreUserActivityState(NSUserActivity) (Ereditato da UIResponder)
SafeAreaInsetsDidChange()
Select(NSObject) (Ereditato da UIResponder)
SelectAll(NSObject) (Ereditato da UIResponder)
SendSubviewToBack(UIView)
SetAnimationBeginsFromCurrentState(Boolean)
SetAnimationCurve(UIViewAnimationCurve)
SetAnimationDelay(Double)
SetAnimationDelegate(NSObject)
SetAnimationDidStopSelector(Selector)
SetAnimationDuration(Double)
SetAnimationRepeatAutoreverses(Boolean)
SetAnimationRepeatCount(Single)
SetAnimationStartDate(NSDate)
SetAnimationTransition(UIViewAnimationTransition, UIView, Boolean)
SetAnimationWillStartSelector(Selector)
SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis)
SetContentHuggingPriority(Single, UILayoutConstraintAxis)
SetEffectiveRadius(UIRectCorner)
SetNeedsDisplay()
SetNeedsDisplayInRect(CGRect)
SetNeedsFocusUpdate()

Quando this è l'ambiente attivo dello stato attivo, richiede un aggiornamento dello stato attivo, che può potenzialmente modificare .PreferredFocusedView (Vedere anche UpdateFocusIfNeeded().)

SetNeedsLayout()
SetNeedsUpdateConstraints()
SetNeedsUpdateProperties()
SetNilValueForKey(NSString) (Ereditato da NSObject)
SetValueForKey(NSObject, NSString) (Ereditato da NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Imposta il valore per la proprietà identificata da un determinato percorso di chiave su un determinato valore.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString) (Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString) (Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (Ereditato da NSObject)
ShouldUpdateFocus(UIFocusUpdateContext)

Chiamato prima dell'oggetto corrente che perde o riceve lo stato attivo. Se uno degli ambienti dello stato attivo restituisce false, l'aggiornamento dello stato attivo viene annullato.

ShowWritingTools(NSObject) (Ereditato da UIResponder)
SizeThatFits(CGSize)
SizeToFit()
SnapshotView(Boolean)
SubviewAdded(UIView)
SystemLayoutSizeFittingSize(CGSize, Single, Single)
SystemLayoutSizeFittingSize(CGSize)
TintColorDidChange()
ToggleBoldface(NSObject) (Ereditato da UIResponder)
ToggleInspector(NSObject) (Ereditato da UIResponder)
ToggleItalics(NSObject) (Ereditato da UIResponder)
ToggleSidebar(NSObject) (Ereditato da UIResponder)
ToggleUnderline(NSObject) (Ereditato da UIResponder)
ToString()

Restituisce una rappresentazione di stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
TouchesBegan(NSSet, UIEvent) (Ereditato da UIResponder)
TouchesCancelled(NSSet, UIEvent) (Ereditato da UIResponder)
TouchesEnded(NSSet, UIEvent) (Ereditato da UIResponder)
TouchesEstimatedPropertiesUpdated(NSSet) (Ereditato da UIResponder)
TouchesMoved(NSSet, UIEvent) (Ereditato da UIResponder)
TraitCollectionDidChange(UITraitCollection)

Raccolta di tratti che descrive l'ambiente modificato.

Transition(UIView, Double, UIViewAnimationOptions, Action, Action)

Specifica un'animazione di transizione nella visualizzazione raccolta specificata.

Transition(UIView, UIView, Double, UIViewAnimationOptions, Action)

Specifica un'animazione di transizione nella visualizzazione raccolta specificata.

TransitionNotify(UIView, Double, UIViewAnimationOptions, Action, UICompletionHandler)
TransitionNotify(UIView, UIView, Double, UIViewAnimationOptions, UICompletionHandler)
TransitionNotifyAsync(UIView, Double, UIViewAnimationOptions, Action)

Crea un'azione di animazione di transizione utilizzata per la visualizzazione contenitore corrente.

TransitionNotifyAsync(UIView, UIView, Double, UIViewAnimationOptions)

Specifica un'animazione di transizione da utilizzare tra gli oggetti specificati UIView.

UnregisterForTraitChanges(IUITraitChangeRegistration)
UpdateConstraints()
UpdateConstraintsIfNeeded()
UpdateFocusIfNeeded()

Se un ambiente attivo ha un aggiornamento in sospeso, questo metodo forza un aggiornamento immediato dello stato attivo. A differenza di , questo metodo può essere chiamato da qualsiasi IUIFocusEnvironmentoggetto , indipendentemente SetNeedsFocusUpdate()dal fatto che attualmente contenga lo stato attivo o meno.

UpdateProperties()
UpdatePropertiesIfNeeded()
UpdateTextAttributes(UITextAttributesConversionHandler) (Ereditato da UIResponder)
UpdateTraitsIfNeeded()
UpdateUserActivityState(NSUserActivity) (Ereditato da UIResponder)
UseSelectionForFind(NSObject) (Ereditato da UIResponder)
ValidateCommand(UICommand) (Ereditato da UIResponder)
ValueForKey(NSString) (Ereditato da NSObject)
ValueForKeyPath(NSString) (Ereditato da NSObject)
ValueForUndefinedKey(NSString) (Ereditato da NSObject)
ViewWithTag(IntPtr)

Restituisce l'oggetto UIView identificato da tag. Può restituire null.

WillChange(NSKeyValueChange, NSIndexSet, NSString) (Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Ereditato da NSObject)
WillChangeValue(String) (Ereditato da NSObject)
WillDrawLayer(CALayer)

Metodo chiamato quando layer sta per essere disegnato.

WillMoveToSuperview(UIView)
WillMoveToWindow(UIWindow)
WillRemoveSubview(UIView)

Eventi

Nome Descrizione
AnimationWillEnd

Questo evento viene generato al termine delle animazioni.

AnimationWillStart

Questo evento viene generato all'avvio delle animazioni.

Metodi di estensione

Nome Descrizione
AccessibilityHitTest(NSObject, CGPoint, UIEvent)
ActionForLayer(ICALayerDelegate, CALayer, String)
AlignCenter(IUIResponderStandardEditActions, NSObject)
AlignJustified(IUIResponderStandardEditActions, NSObject)
AlignLeft(IUIResponderStandardEditActions, NSObject)
AlignRight(IUIResponderStandardEditActions, NSObject)
BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

Restituisce true se il risponditore può incollare dai provider di elementi specificati.

Copy(IUIResponderStandardEditActions, NSObject)
Cut(IUIResponderStandardEditActions, NSObject)
DecreaseSize(IUIResponderStandardEditActions, NSObject)
Delete(IUIResponderStandardEditActions, NSObject)
DidHintFocusMovement(IUIFocusItem, UIFocusMovementHint)

Chiamato quando potrebbe verificarsi presto una modifica dello stato attivo.

DisplayLayer(ICALayerDelegate, CALayer)
DrawLayer(ICALayerDelegate, CALayer, CGContext)
Duplicate(IUIResponderStandardEditActions, NSObject)
EndEditing(UIView, Boolean)
Export(IUIResponderStandardEditActions, NSObject)
Find(IUIResponderStandardEditActions, NSObject)
FindAndReplace(IUIResponderStandardEditActions, NSObject)
FindNext(IUIResponderStandardEditActions, NSObject)
FindPrevious(IUIResponderStandardEditActions, NSObject)
GetAccessibilityCustomRotors(NSObject)

Ottiene la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)
GetAccessibilityLineRangeForPosition(NSObject, IntPtr)
GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)
GetAccessibilityNextTextNavigationElement(NSObject)
GetAccessibilityNextTextNavigationElementBlock(NSObject)
GetAccessibilityPreviousTextNavigationElement(NSObject)
GetAccessibilityPreviousTextNavigationElementBlock(NSObject)
GetAccessibilityTextInputResponder(NSObject)
GetAccessibilityTextInputResponderHandler(NSObject)
GetBrowserAccessibilityAttributedValue(NSObject, NSRange)
GetBrowserAccessibilityContainerType(NSObject)
GetBrowserAccessibilityCurrentStatus(NSObject)
GetBrowserAccessibilityHasDomFocus(NSObject)
GetBrowserAccessibilityIsRequired(NSObject)
GetBrowserAccessibilityPressedState(NSObject)
GetBrowserAccessibilityRoleDescription(NSObject)
GetBrowserAccessibilitySelectedTextRange(NSObject)
GetBrowserAccessibilitySortDirection(NSObject)
GetBrowserAccessibilityValue(NSObject, NSRange)
GetCollisionBoundingPath(IUIDynamicItem)

Restituisce il percorso chiuso utilizzato per il rilevamento delle collisioni.

GetCollisionBoundsType(IUIDynamicItem)

Restituisce un valore che indica il modo in cui vengono specificati i limiti di collisione.

GetDebugDescription(INSObjectProtocol)
GetFocusEffect(IUIFocusItem)
GetFocusGroupIdentifier(IUIFocusEnvironment)
GetFocusGroupPriority(IUIFocusItem)
GetFocusItemDeferralMode(IUIFocusItem)
GetFrame(IUIPopoverPresentationControllerSourceItem, UIView)
GetHandle(INativeObject)
GetIsTransparentFocusItem(IUIFocusItem)
GetNonNullHandle(INativeObject, String)
GetPencilKitResponderState(UIResponder)
GetPreferredFocusedView(IUIFocusEnvironment)

Se non null, indica l'elemento figlio UIView che deve ricevere lo stato attivo per impostazione predefinita.

GetSoundIdentifier(IUIFocusEnvironment, UIFocusUpdateContext)
IncreaseSize(IUIResponderStandardEditActions, NSObject)
LayoutSublayersOfLayer(ICALayerDelegate, CALayer)
MakeTextWritingDirectionLeftToRight(IUIResponderStandardEditActions, NSObject)
MakeTextWritingDirectionRightToLeft(IUIResponderStandardEditActions, NSObject)
Move(IUIResponderStandardEditActions, NSObject)
NewFromPasteboard(IUIResponderStandardEditActions, NSObject)
Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

Esegue l'operazione incollata.

Paste(IUIResponderStandardEditActions, NSObject)
PasteAndGo(IUIResponderStandardEditActions, NSObject)
PasteAndMatchStyle(IUIResponderStandardEditActions, NSObject)
PasteAndSearch(IUIResponderStandardEditActions, NSObject)
PerformClose(IUIResponderStandardEditActions, NSObject)
Print(IUIResponderStandardEditActions, NSObject)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], NSObject, Selector)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], Selector)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], NSObject, Selector)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], Selector)
Rename(IUIResponderStandardEditActions, NSObject)
Select(IUIResponderStandardEditActions, NSObject)
SelectAll(IUIResponderStandardEditActions, NSObject)
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Imposta la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)
SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)
SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityTextInputResponder(NSObject, IUITextInput)
SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)
SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)
SetBrowserAccessibilityCurrentStatus(NSObject, String)
SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)
SetBrowserAccessibilityIsRequired(NSObject, Boolean)
SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)
SetBrowserAccessibilityRoleDescription(NSObject, String)
SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)
SetBrowserAccessibilitySortDirection(NSObject, String)
SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)
ShowWritingTools(IUIResponderStandardEditActions, NSObject)
ToggleBoldface(IUIResponderStandardEditActions, NSObject)
ToggleInspector(IUIResponderStandardEditActions, NSObject)
ToggleItalics(IUIResponderStandardEditActions, NSObject)
ToggleSidebar(IUIResponderStandardEditActions, NSObject)
ToggleUnderline(IUIResponderStandardEditActions, NSObject)
UpdateTextAttributes(IUIResponderStandardEditActions, UITextAttributesConversionHandler)
UseSelectionForFind(IUIResponderStandardEditActions, NSObject)
WillDrawLayer(ICALayerDelegate, CALayer)

Metodo chiamato quando layer sta per essere disegnato.

Si applica a