布局列数: NSInteger cols = 3; 图片长宽 :NSInteger imageW = 100; NSInteger imageH = 100;
Symbol Animations 新特性使得按钮中使用的 SF Symbols 图标也可以呈现动画。
这么写其实加的是内边框,就算扩大imgV的frame,也还是会有部分图片被边框遮住。
+(CGSize)imageSizeAfterAspectFit:(UIImageView*)imageView{ float imageRatio = imageView.image.size.width / imageView.image.size.height; float viewRatio ...