UIScrollView+Extension.h 254 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 // // UIScrollView+Extension.h // YX_BaseProject // // Created by yiyangkeji on 2018/4/13. // Copyright © 2018年 com.yxvzb. All rights reserved. // #import <UIKit/UIKit.h> @interface UIScrollView (Extension) - (void)neverAdjustScrollInsets; @end