-
Firstly, to make UIStackView scrollable, embed it inside UIScrollView. Read [How to embed UIStackView inside UIScrollView in iOS](https://github.com/onmyway133/blog/issues/324)
It's best to listen …
-
I just fired up my Pixate-enabled app in the iOS 9 simulator, and it crashes all over the place with messages like:
```
-[UITextField preventStyling]: unrecognized selector sent to instance 0x7fa8b96…
-
-
.enabled on CCTextField does not update .enabled on UITextField for iOS
http://forum.cocos2d-swift.org/t/cctextfield-on-ios-disabling-cctextfield-does-not-disable-uitextfield/16623
This is a bug rig…
-
What are the steps to reproduce this issue?
-------------------------------------------
`%property (nonatomic, retain) UITextField * _Nonnull textField;`
What happens?
-------------
```
iDUTag…
-
Hey. Maybe someone implemented the Rx extension for the AnimatedTextInput like the standard RxSwift extensions for UITextView and UITextField (UITextView + Rx / UITextField + Rx)? Share the code pleas…
-
On iOS, `UITextField` defines a `keyboardType` property. However, this property doesn't appear to get picked up by Rubicon.
Other properties (like `borderStyle`) work fine.
If you manually invo…
-
I'm trying to add functionality to my ResponsiveTextField that normally would be exposed through a `UITextFieldDelegate`, such as preventing a UITextField from dismissing.
```swift
final class Alw…
-
I'm trying to use the native UITextField Text Input Traits that uses iCloud Keychain to autofill the users data into the text field based on the Content Type its set to. I set the CardTextField conten…
-
```
What steps will reproduce the problem?
1. Flex 4 + Module
2. when you click the button at the end then it is becoming irresponsible
What is the expected output? What do you see instead?
show tabn…