An elegant messages UI library for iOS
-
Updated
Dec 12, 2018 - Objective-C
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
Add a description, image, and links to the ios-ui topic page so that developers can more easily learn about it.
To associate your repository with the ios-ui topic, visit your repo's landing page and select "manage topics."
Describe the feature or problem you’d like to solve
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Proposed solution
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?