Sha256: c4eaa1543261356907a1f8655db9841acdc7bfa1e63fc5e6fd49460c5dec4c4b
Contents?: true
Size: 380 Bytes
Versions: 6
Compression:
Stored size: 380 Bytes
Contents
# # 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 # class UnderOs::UI::Style include Fonts include Margins include Outlining include Positioning attr_reader :view def initialize(view, type) @view = view @type = type end end
Version data entries
6 entries across 6 versions & 2 rubygems