xarlotie
xarlotie
 
Even when i dont add the "Related Content" button and Ad view at the bottom, the flaoting action buttons still move. ![ios simulator screen shot jul 23 2015 3 07...
I'm using Objective-C. And the value for withScrollView is a webview's scrollview. ``` withScrollview:self.webView.scrollView ```
Hi @gizmoboy7! Any update on this? Thanks!
i just did this. Works fine for me now. ``` java if (!visible) { int movement = target.getBottom(); listView.smoothScrollBy(movement, getAnimationDuration()); } else { if (r2.bottom == r.bottom) { int movement...
Just clean the projects (lib and demo) then rebuild. It should work fine after that.
Have you found a solution for this one?
I just used your sample code and inserted it in my codes. ``` - (void) switchChanged:(id)sender { UISwitch * switchControl = sender; NSLog( @"SWITCH The switch is %@", switchControl.on ?...
I already copied the whole ViewController code in your example and calls that controller within my app but the popup still does not appear. I also tried other popup libraries...
I found the real culprit. I tried it on iOS 7.1 and it worked. It is not working on iOS 8 (as tested on iOS 8.1 and 8.4). What do...