flowkey/UIKit-cross-platform

if view.superview != nil { view.removeFromSuperview() }

chenyunguiMilook opened this issue · 4 comments

if view.superview != nil { removeFromSuperview() }

should be if view.superview != nil { view.removeFromSuperview() } ?

Thanks that looks correct. Could you make a pull request for this and add a test?

No problem!

closing this because 196ab11 was merged. Thanks @chenyunguiMilook