-
The UITextField XAML backing ( _textField) can not draw a height less than 32 pixels. If the height is less than 32 then its box is clipped on the bottom. Is there a way to get it to draw to a smaller…
-
I have an interesting situation that has been driving me nuts for a day or two that I'd like to solve.
The issue arises when trying to dispatch an action within either an `@IBAction` function for a…
ghost updated
6 years ago
-
The accessoryView in tables is limited to UILabels and other classes that respond meaningfully to sizeThatFits: . If you instead try to use a UIView child, such as UITextField, the accessory ends up w…
-
when keyboard was shown, I don't know how change position of actioncontroller
any example and suggest is welcome
-
-
**Describe the bug**
Snapshotting a filled `UITextField` with an iOS 17 Simulator didn't record the `ClearButton` at the end of the text field anymore.
**To Reproduce**
1. Methode:
- Simply …
-
If possible, please add support for styling the input hint for textfields
-
Hi, i am have issue with custom UITextfield which has different textRect and editingTextRect.
In UITextField+NUI.m found override_editingRectForBounds
``` javascript
- (CGRect)override_editingRectF…
-
With iOS 12 (at least with beta 4), `UITextField` bindings do not work anymore.
-