@SHori358Plus

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

【iOS26】ARSCNViewでSessionを起動すると、画面上部+下部に変な空白が出来ませんか?

発生している不具合及び結果

  • 下記ツイートを参照してください。

環境

  • iPhone12実機
  • iOS26.0.0(撮影当時)

コード

  • ほぼほぼXCode初期コードからはいじっていません。

試したこと

  • 下記いずれも効きませんでした。

SwiftUI

.ignoreSafeArea()

UIKit

arscnview.translatesAutoresizingMaskIntoConstraints = false

NSLayoutConstraint.activate([
    arscnview.topAnchor.constraint(equalTo: superview.topAnchor),
    arscnview.bottomAnchor.constraint(equalTo: superview.bottomAnchor),
    arscnview.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
    arscnview.trailingAnchor.constraint(equalTo: superview.trailingAnchor)
])
0 likes

No Answers yet.

Your answer might help someone💌