giridharvc7 / VCFloatingActionButton

A Floating Action Button just like Google inbox for iOS
MIT License
296 stars 75 forks source link

Floating Animation Doesn't Work In UITableViewController #14

Closed afiq90 closed 8 years ago

afiq90 commented 8 years ago

Hey guys, please help me regarding floating animation doesn't working properly in UITableViewController. Below I attached the video and code for better understand :

Video : https://youtu.be/m-ivFXjXLOM

Code :

http://pastebin.com/0q9yyaG2

Thank you in advance.

giridharvc7 commented 8 years ago

Hi, if you are using UITableViewController, try adding the button to the window

afiq90 commented 8 years ago

do you mean [self.aktivitiTableView.superview addSubview:floatingButton] ?

giridharvc7 commented 8 years ago

Yes, that or try [self.window addSubview:floatingButton]