whose view is not in the window hierarchy

晚点再写
 
都快不记得这个事了,写个提纲。下次有空写写。
出现位置:消除bug时
影响: 消耗内存,最后卡机
原因: 对象没有消除,对ARC机制理解不够透彻
常见错误点:1.Timer设置了重复,离开视图控件却不关掉Timer
 2.已经设置了segue,在button处理函数里还召唤preformSegue()
解决方案:关闭Timer,删掉preformSegue()
 
同样由于错误召唤preformSegue()产生的错误还有
window is not equal to