UIImage.size的坑

有的時候,我們做一些圖片的操作。會用到UIImage.size.width,和UIImage.size.height作爲寬高進行計算。 然而會出現一些意想不到的情況。比如下面這個例子: clothing.png 510*628 代碼: UIImage *image = [UIImage imageNamed:@"clothing.png"]; UIImage *scaledImage = [[UI
相關文章
相關標籤/搜索