if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) {

self.automaticallyAdjustsScrollViewInsets =NO;

}

04-28 12:36