Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 428 Bytes

BSProgressButton

Image

Cocoapods

pod 'BSProgressButtonView',  :git => 'https://github.com/BenjaminSarkisyan/BSProgressButton.git'

How to use

Setup in storyboard or init in code

CGRect frame = CGRectMake(10.f, 10.f, 300.f, 50.f);
BSProgressButtonView *progressButtonView = [BSProgressButtonView progressButtonWithFrame:frame completionBlock:^{
    
}];