Package | Description |
---|---|
crossmobile.ios.foundation | |
crossmobile.ios.uikit |
Modifier and Type | Method and Description |
---|---|
void |
NSNotificationCenter.addObserver(NSSelector<NSNotification> observer,
String aName,
Object anObject)
Adds an observer for the specified notification
|
<A> void |
NSObject.performSelector(NSSelector<A> selector,
A arg,
double delay)
Applies the specified method to this object using delay.
|
<A> void |
NSObject.performSelectorOnMainThread(NSSelector<A> selector,
A arg,
boolean waitUntilDone)
Applies the specified method to this object with the option of suspending
the thread.
|
void |
NSNotificationCenter.removeObserver(NSSelector<NSNotification> observer) |
void |
NSNotificationCenter.removeObserver(NSSelector<NSNotification> observer,
String aName,
Object anObject) |
Modifier and Type | Method and Description |
---|---|
void |
UIGestureRecognizer.addTarget(NSSelector<UIGestureRecognizer> target)
Adds the target defined as parameter to this UIGestureRecognizer.
|
void |
UIGestureRecognizer.removeTarget(NSSelector<UIGestureRecognizer> target)
Removes the target defined as parameter from this UIGestureRecognizer.
|
Constructor and Description |
---|
UIGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a UIGestureRecognizer and associates it with the specified
target.
|
UILongPressGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a new UILongPressGestureRecognizer object and attaches it to
the specified UIGestureRecognizer.
|
UIPanGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a new UIPanGestureRecognizer object and attaches it to the
specified UIGestureRecognizer.
|
UIPinchGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a new UIPinchGestureRecognizer object and attaches it to the
specified UIGestureRecognizer.
|
UIRotationGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a UIRotationGestureRecognizer and connects is with the
specified UIGestureRecognizer.
|
UISwipeGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs a UISwipeGestureRecognizer and associates it with the
specified target.
|
UITapGestureRecognizer(NSSelector<UIGestureRecognizer> target)
Constructs new UITapGestureRecognizer and attaches it to the specified
UIGestureRecognizer.
|
Copyright © 2020. All rights reserved.