Condividi tramite


UIDynamicItem Classe

Definizione

Classe che può essere interessata da UIDynamicBehaviors.

[Foundation.Protocol]
[Foundation.Register("UIDynamicItem", false)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract class UIDynamicItem : Foundation.NSObject, IDisposable, UIKit.IUIDynamicItem
type UIDynamicItem = class
    inherit NSObject
    interface IUIDynamicItem
    interface INativeObject
    interface IDisposable
Ereditarietà
UIDynamicItem
Attributi
Implementazioni

Commenti

Descrive gli elementi che possono essere interessati dall'animatore. Le classi che implementano i metodi di questa interfaccia possono essere controllate da UIDynamicAnimator.

IOS 7 ha introdotto Dynamics dell'interfaccia utente, che fornisce animazioni basate sulla fisica per gli elementi dell'interfaccia utente. Il coordinamento complessivo di UI Dynamics viene eseguito da un UIDynamicAnimatoroggetto , che contiene riferimenti a un numero di UIDynamicBehaviors, che definiscono comportamenti come gravità, push e rilevamento delle collisioni. Ogni UIDynamicBehavior oggetto contiene riferimenti a una quantità di IUIDynamicItems, che rappresentano gli oggetti a cui viene applicato il modello di fisica.

Anche se questa classe contiene la definizione completa del protocollo e consente agli utenti di eseguire l'override manuale dei metodi nelle sottoclassi, se si desidera creare elementi personalizzati che possono essere animati dal motore di fisica, tutto ciò che è necessario fare consiste nell'implementare l'interfaccia nell'oggetto IUIDynamicItem .

Due classi che implementano IUIDynamicItem sono UIView e UICollectionViewLayoutAttributes.

Costruttori

UIDynamicItem()

Costruttore predefinito inizializza una nuova istanza di questa classe.

UIDynamicItem(IntPtr)

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

UIDynamicItem(NSObjectFlag)

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

Proprietà

Bounds

Cornice utilizzabile dell'oggetto.

Center

Centro dell'oggetto, nello spazio delle coordinate del contenitore.

Class

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
ClassHandle

Handle per questa classe.

(Ereditato da NSObject)
CollisionBoundingPath

Ottiene l'oggetto da utilizzare per il UIBezierPath rilevamento delle collisioni.

CollisionBoundsType

Ottiene la UIDynamicItemCollisionBoundsType descrizione del tipo di limiti usati per il rilevamento delle collisioni.

DebugDescription

Descrizione significativa dello sviluppatore di questo oggetto.

(Ereditato da NSObject)
Description

Descrizione dell'oggetto, versione Objective-C di ToString.

(Ereditato da NSObject)
Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da NSObject)
IsDirectBinding

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
IsProxy

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
RetainCount

Restituisce il conteggio di conservazione Objective-C corrente per l'oggetto.

(Ereditato da NSObject)
Self

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Superclass

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
SuperHandle

Handle usato per rappresentare i metodi nella classe di base per questo oggetto NSObject.

(Ereditato da NSObject)
Transform

Trasformazione dell'oggetto, rispetto al centro dei relativi limiti.

Zone

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)

Metodi

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando NSString keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Registra un oggetto per essere osservato esternamente (usando string keyPath).   Le modifiche osservate vengono inviate al metodo dell'oggetto ObserveValue(NSString, NSObject, NSDictionary, IntPtr) dell'osservatore.

(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)
AwakeFromNib()

Chiamato dopo che l'oggetto è stato caricato dal file nib. Gli overridi devono chiamare la base. AwakeFromNib().

(Ereditato da NSObject)
BeginInvokeOnMainThread(Action)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
Bind(NSString, NSObject, String, NSDictionary)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Bind(String, NSObject, String, NSDictionary)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
BindingInfo(String)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
BindingOptionDescriptions(String)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
BindingValueClass(String)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
CommitEditing()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
CommitEditing(NSObject, Selector, IntPtr)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
ConformsToProtocol(IntPtr)

Richiamato per determinare se questo oggetto implementa il protocollo specificato.

(Ereditato da NSObject)
Copy()

Esegue una copia dell'oggetto Objective-C sottostante.

(Ereditato da NSObject)
DangerousAutorelease()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
DangerousRelease()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
DangerousRetain()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che si è verificata una modifica agli indici per una relazione to-molti.

(Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
DidChangeValue(String)

Indica che si è verificata una modifica nella chiave specificata.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse usate dall'oggetto NSObject.

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse usate dall'oggetto NSObject.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector)

Indica che questo oggetto non riconosce il selettore specificato.

(Ereditato da NSObject)
Equals(NSObject)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Equals(Object)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
ExposedBindings()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetBindingInfo(NSString)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetBindingOptionDescriptions(NSString)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetBindingValueClass(NSString)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

Recupera i valori delle chiavi specificate.

(Ereditato da NSObject)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetMethodForSelector(Selector)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetNativeField(String)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
GetNativeHash()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Init()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
InitializeHandle(IntPtr)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
InitializeHandle(IntPtr, String)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Invoke(Action, Double)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

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

(Ereditato da NSObject)
IsEqual(NSObject)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
IsKindOfClass(Class)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
IsMemberOfClass(Class)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
MarkDirty()

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

(Ereditato da NSObject)
MutableCopy()

Crea una copia modificabile dell'oggetto NSObject specificato.

(Ereditato da NSObject)
ObjectDidEndEditing(NSObject)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Indica che il valore in corrispondenza del keyPath specificato rispetto a questo oggetto è stato modificato.

(Ereditato da NSObject)
PerformSelector(Selector)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double)

Richiama il selettore nell'istanza corrente e, se l'oggetto obj non è Null, lo passa come parametro singolo.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
PrepareForInterfaceBuilder()

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per il keyPath e il contesto specificati.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per keyPath specificato.

(Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr)

Impedisce all'osservatore specificato di ricevere ulteriori notifiche di valori modificati per il keyPath e il contesto specificati.

(Ereditato da NSObject)
RespondsToSelector(Selector)

Se questo oggetto riconosce il selettore specificato.

(Ereditato da NSObject)
SetNativeField(String, NSObject)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
SetNilValueForKey(NSString)

Imposta il valore della chiave specificata su Null.

(Ereditato da NSObject)
SetValueForKey(NSObject, NSString)

Imposta il valore della proprietà specificata dalla chiave sul valore specificato.

(Ereditato da NSObject)
SetValueForKeyPath(IntPtr, NSString)

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

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Imposta il valore di una proprietà che può essere raggiunta usando un keypath.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Indica un tentativo di scrittura di un valore in una chiave non definita. Se non sottoposto a override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Imposta i valori di questo oggetto NSObject su quelli nel dizionario specificato.

(Ereditato da NSObject)
ToString()

Restituisce una rappresentazione stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
Unbind(NSString)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
Unbind(String)
Obsoleti.

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
ValueForKey(NSString)

Restituisce il valore della proprietà associata alla chiave specificata.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Restituisce il valore di una proprietà che può essere raggiunta usando un keypath.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Indica un tentativo di lettura di un valore di una chiave non definita. Se non sottoposto a override, genera un'eccezione NSUndefinedKeyException.

(Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Indica che i valori degli indici specificati nella chiave specificata stanno per modificare.

(Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

Classe che può essere interessata da UIDynamicBehaviors.

(Ereditato da NSObject)
WillChangeValue(String)

Indica che il valore della chiave specificata sta per modificare.

(Ereditato da NSObject)

Metodi di estensione

GetDebugDescription(INSObjectProtocol)

Classe che può essere interessata da UIDynamicBehaviors.

GetAccessibilityCustomRotors(NSObject)

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

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

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

GetCollisionBoundingPath(IUIDynamicItem)

Restituisce il percorso chiuso utilizzato per il rilevamento delle collisioni.

GetCollisionBoundsType(IUIDynamicItem)

Restituisce un valore che indica come vengono specificati i limiti di collisione.

Si applica a

Vedi anche