Sometrik / framework

C++ framework for Android and iOS development
MIT License
8 stars 2 forks source link

Add transition animations for iOS #601

Open rekola opened 6 years ago

rekola commented 6 years ago

For dialogs mostly. You should be able to specify a direction from where the dialog or view animates from.

rekola commented 6 years ago

Also show the animation for the FrameLayoutView created in the method showPicker. This functionality can be tested in the example application by opening the dialog using the "Click me!" button, and pressing the button that is labeled "Option 1".

sakrra commented 6 years ago

Done

rekola commented 6 years ago