Skip to content

virendall/Assistive-Touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assistive-Touch

You can create your own Assistive Touch

  • Xcode 8
  • Swift 3.0

Manually

Simply drag AssistiveTouch file in your project & add below code in your didlaunchwithoptions method

DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + Double(Int64(3 * Double(NSEC_PER_SEC))) / Double(NSEC_PER_SEC), execute: {() -> Void in
            AssistiveTouch.instance.canDrag = true
            AssistiveTouch.instance.showAssistiveTouch()
        })

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages