When Mac kernel panic, there’s animation, it’s not like slide animation exactly, how to implement this animation in iPhone, is there a exist API to do this?
When Mac kernel panic, there’s animation, it’s not like slide animation exactly, how to
Share
There is no API for that but it is fairly simple animation:
Simply create a
UIViewand animate itsframe, changing from 0 height to full height: