xarlotie

Results 16 comments of xarlotie

![ios simulator screen shot jul 23 2015 2 59 40 pm](https://cloud.githubusercontent.com/assets/4351332/8844823/0e1c0e9a-314c-11e5-9d17-336749c38b44.png) ![ios simulator screen shot jul 23 2015 2 59 44 pm](https://cloud.githubusercontent.com/assets/4351332/8844824/0e228522-314c-11e5-9697-a36e92764231.png)

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...