<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>innocent-zero</author_name>
  <author_url>https://blog.hatena.ne.jp/innocent-zero/</author_url>
  <blog_title>ブログ</blog_title>
  <blog_url>https://gouf.hatenablog.com/</blog_url>
  <categories>
    <anon>Q&amp;A</anon>
    <anon>iOS</anon>
    <anon>Swift</anon>
  </categories>
  <description>A. 「StackOverflow の回答」を参考に、 UIViewRepresentable, View の実装をする import SwiftUI import Combine final class UserData: BindableObject { let didChange = PassthroughSubject&lt;UserData, Never&gt;() var text = &quot;&quot; { didSet { didChange.send(self) } } init(text: String) { self.text = text } } struct MultilineTextView…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgouf.hatenablog.com%2Fentry%2F2020%2F02%2F18%2F213426&quot; title=&quot;Q. TextField 入力の改行に合わせて高さを自動調整したい - ブログ&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-02-18 21:34:26</published>
  <title>Q. TextField 入力の改行に合わせて高さを自動調整したい</title>
  <type>rich</type>
  <url>https://gouf.hatenablog.com/entry/2020/02/18/213426</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
