Sha256: 4b9cebcb55a6716885359e0f6431f5b15145b6a16da566cedc22a3e871c84bd0
Contents?: true
Size: 445 Bytes
Versions: 38
Compression:
Stored size: 445 Bytes
Contents
module ProMotion # This is a workaround to a RubyMotion bug that displays an error message when calling # `super` from application:didFinishLaunchingWithOptions: (which you sometimes need to # do when using a custom AppDelegate parent class). # See issue: https://github.com/clearsightstudio/ProMotion/issues/116 class DelegateParent def application(application, didFinishLaunchingWithOptions:options) true end end end
Version data entries
38 entries across 38 versions & 1 rubygems