liuzhiyi1992 / ZYCornerRadius

一句代码,圆角风雨无阻。A Category to make cornerRadius for UIImageView have no Offscreen-Rendered, be more efficiency.

Home Page:http://zyden.vicp.cc/zycornerradius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame变化

fuboyou opened this issue · comments

commented

首先非常感谢提供这个优秀的开源库。
我使用cocoapods导入1.0.2版本库,Xcode Version 8.3.2 (8E2002),真机iPhone 6s 10.3.3 (14G60)。
对xib中的imageView拖出outlet,然后调用[self.imageView zy_cornerRadiusAdvance:5.0 rectCornerType:UIRectCornerAllCorners];,调用前和调用后,self.imageView的Frame发生了变化,由(origin = (x = 5, y = 5), size = (width = 48.5, height = 48.5))变化为(origin = (x = -4.5, y = -4.5), size = (width = 67.5, height = 67.5)),我认为这是一个问题,谢谢。