Skip to content

JannThomas/JS3DTouchTableViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

JS3DTouchTableViewController

An easy way to add Peek and Pop to UITableViewController

Just use this as your superclass instead of UITableViewController and implement the tableView(tableView:, peekViewControllerForRowAt:) method:

class MyCustomTableViewController: JS3DTouchTableViewController {
...

  override func tableView(_ tableView: UITableView, peekViewControllerForRowAt indexPath: IndexPath) -> UIViewController? {
    return someViewController
  }
}

About

An easy way to add Peek and Pop to UITableViewController

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages