Merge pull request #80 from dmarkow/master

Allow PM to handle delegates for grouped tables
This commit is contained in:
Todd Werth
2015-04-21 17:29:23 -07:00
4 changed files with 21 additions and 1 deletions

View File

@@ -157,6 +157,6 @@ class UIViewController
private
def pm_handles_delegates?
self.is_a?(ProMotion::ViewController) || self.is_a?(ProMotion::TableScreen)
self.is_a?(ProMotion::ViewController) || self.is_a?(ProMotion::TableViewController)
end
end