mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-30 21:52:33 +08:00
Removed motionprint in gem file, it's not required. Fixed bug in sample app
This commit is contained in:
@@ -88,12 +88,11 @@ class MainController < UIViewController
|
||||
end
|
||||
|
||||
rmq.append(UIButton, :collection_button).on(:touch_up) do
|
||||
controller = CollectionController.new
|
||||
rmq.view_controller.navigationController.pushViewController(controller, animated: true)
|
||||
rmq.view_controller.navigationController.pushViewController(CollectionController.new, animated: true)
|
||||
end
|
||||
|
||||
rmq.append(UIButton, :table_button).on(:touch_up) do
|
||||
rmq.view_controller.navigationController.pushViewController(controller, animated: true)
|
||||
rmq.view_controller.navigationController.pushViewController(TableController.new, animated: true)
|
||||
end
|
||||
|
||||
rmq.append(UIButton, :present_button).on(:touch_up) do
|
||||
|
||||
Reference in New Issue
Block a user