| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
Set<UIControlDelegate> |
UIControl.allTargets()
Returns all the objects that relate to with this control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIControl.addTarget(UIControlDelegate delegate,
int UIControlEvents)
Relates the specified UIControlEvents with the corresponding delegate.
|
void |
UIControl.removeTarget(UIControlDelegate delegate,
int UIControlEvents) |
Copyright © 2020. All rights reserved.