Skip to content

robin2005/MovableButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovableButton

image

Installation

  • Drag the @FBMovableButton/FBMovableButton@ folder into your project.
  • @#import "FBMovableButton.h"@
 FBMovableButton *movableButton = [FBMovableButton buttonWithType:UIButtonTypeCustom];
 movableButton.frame = CGRectMake(100, 200, 74, 82);
 [movableButton addTarget:self action:@selector(shareAction:) forControlEvents:UIControlEventTouchUpInside];
 [movableButton setImage:[UIImage imageNamed:@"icon_share_safuli"] forState:UIControlStateNormal];
 [self.view addSubview:movableButton];

About

可移动按钮

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published