mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-04-29 12:55:31 +08:00
Merge pull request #80 from dmarkow/master
Allow PM to handle delegates for grouped tables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user