Skip to content

Instantly share code, notes, and snippets.

@kciter
Created September 21, 2016 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kciter/95d71e35eec8a7dc2b9b00473ca3630d to your computer and use it in GitHub Desktop.
Save kciter/95d71e35eec8a7dc2b9b00473ca3630d to your computer and use it in GitHub Desktop.
KCFloatingActionButton friendlyTap 해제 방법

UIWindow 기반으로 사용하는 경우

KCFABManager.defaultInstance().getButton().friendlyTap = false

UIViewController 기반으로 사용하는 경우

let fab = KCFloatingActionButton()
fab.friendlyTap = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment