Sha256: 95b674a113f0d16de98a03e4252175ea3fabc0573c8102ce6c39683611bdc1e5
Contents?: true
Size: 348 Bytes
Versions: 15
Compression:
Stored size: 348 Bytes
Contents
module ProMotion module Support def app UIApplication.sharedApplication end def app_delegate UIApplication.sharedApplication.delegate end def app_window UIApplication.sharedApplication.delegate.window end def try(method, *args) send(method, *args) if respond_to?(method) end end end
Version data entries
15 entries across 15 versions & 1 rubygems