-
Is there any events that i can manually add to the iOS Binding export for the custom delegate, that would let me know when the scanning operation is completed.
Right now at the end of the DidOutputR…
-
Spec: https://material-motion.gitbooks.io/material-motion-starmap/content/specifications/transition_controller.html
-
I apply the following Podfile:
```
target 'MsgNotFree' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for MsgNotFree
pod 'Ko…
-
Hi, how can I push a ViewController with a nib file and set its tag?
can you write down the code?
Thanks
-
Would it be possible add a custom animation on magicMove transitions for single elements?
For example, on the image gallery when the bird zooms in what if I want to add a floating action button circ…
-
really appreciate your demo. I tried to reuse it in my code but it doesn't work like your code does. Only difference is I'm using a navigation controller. Any clue why the "transparent effect" doesn't…
-
I followed everything to a "T" but I'm getting "incorrect argument label in cell (have 'viewController:bannerID:InterID:rewardViewID:', expected 'viewController:bannerID:InterID:rewardViewID:'" as an …
-
If i transition to menu A , and dismissViewControllerAnimated with a completion to transition to ViewController B,then the backView will have offset which is equal to the ScreenHeight(or ScreenWidth) …
-
The SideNavigationBar example is a bit unclear on how to transition the RootVC to a different VC.
I am am aware of the stackoverflow question/answer addressing this issue but it is a bit vague and ha…
-
This happens in the demo app.
After a successful TouchID authentication, subsequent presses of the TouchID button in the pin pad result in auth success without any auth happening
Steps to reproduce:…