Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージが入力された WKInterfaceTable があります。コントローラーが読み込まれるときにビューの一番下までスクロールしたいと考えています。 .
私はこれを試しましたが、うまくいきません
scroll(to: replyButton, at: .bottom, animated: true)
これは私が使用しているものです
convoTbl.scrollToRow(at: selectedConvos.count - 1)
これが結果です