VCFloatingActionButton
VCFloatingActionButton copied to clipboard
Swift version
Is it posible you could make a swift version ?
Its been ages since i made this man, i'll try making one :) Was there a problem in including this in your swift project?
How do i call the action for the button in swift to pull to another viewcontroller ?
addButton = [[VCFloatingActionButton1 alloc]initWithFrame:floatFrame normalImage:[UIImage imageNamed:@"plus"] andPressedImage:[UIImage imageNamed:@"cross"] withScrollview:_dummyTable];
how do i call the above method in swift?