class UnderOs::UI::Style
The view styles handling wrapper
The idea here is to provide a DOM like `style` object, which can take similar to DOM properties and translate them into iOS equivalents
Attributes
view[R]
Public Class Methods
new(view, type)
click to toggle source
# File lib/under_os/ui/style.rb, line 16 def initialize(view, type) @view = view @type = type end