NSTimer
*timer=[NSTimer
timerWithTimeInterval:0.3
target:self
selector:@selector(showChangeView:)
userInfo:nil
repeats:YES];
NSRunLoop *runloop=[NSRunLoop currentRunLoop];
NSRunLoop *runloop=[NSRunLoop currentRunLoop];
[runloop
addTimer:timer
forMode:NSDefaultRunLoopMode];