In my application i have a UIViewController in that one tableview with two custom cells,i want to display a floating button in my tableview.it is possible,it is possible give me some suggestion r link. Thank you in advance! "That question is not related to my question.i have a two custom cells with different heights in one tableview."
Asked
Active
Viewed 710 times
-1
-
Possible duplicate of [floating UIButton with image on a UITableview](http://stackoverflow.com/questions/17593687/floating-uibutton-with-image-on-a-uitableview) – Shehzad Ali Feb 13 '16 at 11:52
-
@ShehzadAli i have two custom cells with different heights,it is possible. – User558 Feb 13 '16 at 12:01
-
Have you achieved floating button functionality with one custom cell in UITableView? – Shehzad Ali Feb 13 '16 at 12:11
-
ok. i will try and inform you@ShehzadAli – User558 Feb 13 '16 at 12:15
-
Another link for your help [floating Button] (https://github.com/gizmoboy7/VCFloatingActionButton) – Shehzad Ali Feb 13 '16 at 12:20
-
let window = UIApplication.sharedApplication().keywindow; window.addSubview(YourButtonView); – Surely Feb 13 '16 at 12:36
1 Answers
1
Answer is
Here is the simple solution for adding a floating button to our application. we can add a button through "storyboard" like this
after adding the button create action what do you want.it's working fine. thank you.

User558
- 1,165
- 1
- 13
- 37