Skip to content

CxDtreeg/LongPressButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LongPressButton

This is a custom button that responds to long press events using RxSwift

How to use

let button = LongPressButton(type: .custom)
button.longPress
      .subscribe(onNext: {(_) in
	      //Do something
       })
      .disposed(by: self.disposeBag)

About

This is a iOS UI button that responds to long press events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors