build view code:
def rmq_build
rmq(self).apply_style :main_cell
q = rmq(self.contentView)
@top_view = q.append(UIView, :top_view).get
end
the stylesheet code:
def top_view(st)
st.background_color = color.yellow
st.frame = {h: 50, w: :full}
end
I use rmq.log output current view, the width of cell's contentView always 320 and the height always 44, It's defaults.
I think it's a bug?
build view code:
the stylesheet code:
I use rmq.log output current view, the width of cell's contentView always 320 and the height always 44, It's defaults.
I think it's a bug?