Sha256: 6cf2014fc2484d3c7f7a08d04d26324e1b12e0e1a85af2913ef5c45941b65e1c
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
class UIActivityIndicatorView class << self def large self.alloc.initWithActivityIndicatorStyle(:large.uiactivityindicatorstyle) end def white self.alloc.initWithActivityIndicatorStyle(:white.uiactivityindicatorstyle) end def gray self.alloc.initWithActivityIndicatorStyle(:gray.uiactivityindicatorstyle) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sugarcube-0.10 | lib/sugarcube/uiactivityindicator.rb |