NSArray *views = [self.view subviews];
for (id obj in views) {
NSLog(@"obj class === %@",[obj class]);
[obj removeFromSuperview];
}