gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS
MIT License
3.33k stars 1.06k forks source link

Hide the item view before removing. #114

Closed YuZhangGHub closed 9 years ago

YuZhangGHub commented 9 years ago

In my iPad mini2, after [item.view removeFromSuperview], when process item.view.hidden, it will crash, seems the item.view is already released. It works fine in simulator.

Hide it first is safe.