Skip to content

shoaibcheema/Interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive

InteractiveViewController for iOS, written in swift

Demo on Appetize.io

Preview

usage

  • Just inherit your UIViewController from InteractiveViewController
class ExampleViewController: InteractiveViewController {
        }
  • Use showInteractive() method to show
if let vc = storyboard?.instantiateViewController(withIdentifier: "ExampleViewController") as? InteractiveViewController {
            vc.showInteractive()
        }

That's it, enjoy.

About

InteractiveViewController for iOS, written in swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages