-
Hi,
At the moment I’m using the JSSAlertView framework in my app and it’s working perfectly fine. The only thing I’m missing is the possibility to place an UITextField in the alert to let the user …
ghost updated
5 years ago
-
When the message is long,and there is a UITextField under it, the UITextField is covered by the keyboard. Is there a way to shift the UITextField to uncover it?
-
In my UITextField, I want the placeholder and the text to use the same style.
According to the doc, they both use the `bonMotStyle`property:
> - note: The style is applied to both the `attributedTex…
-
### Description
I have a native control exposed in MAUI via a handler. The native control is a composite one and contains a child of type UITextField in iOS and EditText in Android. I want to take …
-
I find that if I depend on the automatic 'scroll to visible' functionality associated with a UITableView, cells on the very bottom of the view often don't come completely into view over the keyboard. …
-
I am creating a sequence of introduction, and the last page is a login page, however when trying to work with the fields UITextFieldDelegate, the execution just crashes.
I'm using iOS 6.0 as target.
…
-
Would be nice to have to same for UITextField. This provides also features like Placeholder copy. Cheers!
-
Setting the textAlignment field in a UITextField to UITextAlignmentRight doesn't appear to do anything; the text remains justified left. I'd guess the same is true for UITextView since they both appea…
-
It is important to hide the text field behind a public API. This enables to switch technologies behind the SHSearchBar without affecting users of the framework.
Here it is important to offer all th…
-
Hello,
On iOS7 can see interest issue. app stops due to this line: self.delegate = self
here is workaround and description for this issue: http://stackoverflow.com/questions/19758025/uitextfield-deleg…