默認是居中顯示的,想改成距頂顯示,其實也就是一句話,寫一下,防忘!
//設(shè)置文字距頂
if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) {
self.automaticallyAdjustsScrollViewInsets = NO;
}
//設(shè)置文字距頂
if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) {
self.automaticallyAdjustsScrollViewInsets = NO;
}