HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

CSSNode#insert_before method #52

Open zetachang opened 7 years ago

zetachang commented 7 years ago

It would be nice to have this method given that the use case of inserting a new node to an existing one do exist.

Currently I have to use add_child and manually delete it from children array and insert it back.