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."
What did you do?
Trying to create a showAnimatedSkeleton, where solid color animation change from one color to another:
What did you expect to happen?
Views displaying custom backgroundColor CAAnimation.
What happened instead?
Skeletonable views take default color (clouds) while animation is on, and custom animation is ignored.
Steps to reproduce the behavior