A Category of UIView to make a view show in the key window.
import "UIView+MYPop.h"
UIView* aView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 100, 100)];
aView.backgroundColor = [UIColor redColor];
[aView showWithAnimateType:MYPopAnimationTypeFade];