czwpro

Results 2 comments of czwpro

@ZhongYanga you can try set a button backgroundImage and set backgroundImage contentMode to UIViewContentModeScaleAspectFit ```Objective-C @implementation UIScrollView (DZNEmptyViewSize) - (void)aspectFitEmtptyButtonSize { for (UIView *view in self.subviews) { if ([view isKindOfClass:...