Sha256: 3ae6d137b60238fb0cbc0b31c70f0def05481a73fd54ad3c80d3b81a0354f15d
Contents?: true
Size: 275 Bytes
Versions: 43
Compression:
Stored size: 275 Bytes
Contents
class UIBlurEffect class << self def dark self.effectWithStyle(UIBlurEffectStyleDark) end def light self.effectWithStyle(UIBlurEffectStyleLight) end def extra_light self.effectWithStyle(UIBlurEffectStyleExtraLight) end end end
Version data entries
43 entries across 43 versions & 1 rubygems