Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages