| Package | Description |
|---|---|
| crossmobile.ios.foundation | |
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
static String |
NSString.stringByReplacingCharactersInRange(String self,
NSRange range,
String replacement)
Return a new string, where the content inside range is replaced with replacement
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
UITextFieldDelegate.shouldChangeCharactersInRange(UITextField textField,
NSRange range,
String replacementString)
It is used in order to permit the change of a specified text.
|
default boolean |
UITextViewDelegate.shouldChangeTextInRange(UITextView textView,
NSRange range,
String text)
It is used in order to permit the replacement of this text view's
content.
|
Copyright © 2020. All rights reserved.