<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>xyk</author_name>
  <author_url>https://blog.hatena.ne.jp/xyk/</author_url>
  <blog_title>xyk blog</blog_title>
  <blog_url>https://xyk.hatenablog.com/</blog_url>
  <categories>
    <anon>ios</anon>
    <anon>swift</anon>
  </categories>
  <description>検証環境: Xcode 11.4 Swift 5.2 UIImageView の画像に AspectFit を適用した後の画像サイズは、AVFoundation の AVMakeRect(aspectRatio:insideRect:) を使うと自分で計算せずに簡単にサイズを知ることができます。 UIImageView の Extension として実装してみました。 import AVFoundation extension UIImageView { var imageSize: CGSize { if let image = image { return AVMakeRect(aspec…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fxyk.hatenablog.com%2Fentry%2F2020%2F08%2F22%2F220529&quot; title=&quot;UIImageView の画像に AspectFit を適用した後の画像サイズを知る方法 - xyk blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-08-22 22:05:29</published>
  <title>UIImageView の画像に AspectFit を適用した後の画像サイズを知る方法</title>
  <type>rich</type>
  <url>https://xyk.hatenablog.com/entry/2020/08/22/220529</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
