Xcode – How can I hide title bar in SwiftUI? (for MacOS app)
I know how to hide the title bar with Storyboard. But I can't do this in SwiftUI. I want to hide the title bar and the control buttons and make a floating image view.
I know how to hide the title bar with Storyboard. But I can't do this in SwiftUI. I want to hide the title bar and the control buttons and make a floating image view.
I have the following simplified code in a project using XCode 13.2. The intended functionality is to have 2 tabs (Tab1 and Tab2), and the user is able to tap the screen on Tab2 to toggle the background from red…
For the past few days I've tried creating a photogrammetry command line app in Xcode. But I keep getting an error when I try to run the code. The error I get is the following: [Photogrammetry] queueNextProcessingBatchIfNeeded(): Already running a…
"help" I am doing automated testing using "appium" and "ios" keyboard is making issue in text-input, so i want to disable the keyboard from popping up. I tried following options>> i/o > Keyboard > connect hardware keyboard I am selecting…
I wrote a working function for the application, but the error came out "The nil value was unexpectedly found when an optional value was implicitly deployed" limit Limit label.the text I can't fix. Properties: @IBOutlet weak var limitLabel: UILabel! Function:…
If i click on a particular cell of collection view then the data should be shown related to that cell of collection view in the table view in the same view controller (not in the other view controller)
Since Xcode 13.2.1 I get flooded with CVDisplayLink debug / warning messages. Like CVDisplayLink::start CVDisplayLink::stop 20 times a second or so. I think they may come from an WebView which runs an embedded version of the Ace editor. Does anybody…
I'm trying to implement a russian roulette game and want it to brute-force the solution for it. Here is my problem. I'm going to hard code the relative angles of the numbers on the wheel (eg. there are 36 numbers…
I already build and run my flutter app for Andriod. But when I trying to build it for Mac first time its showing the following error. I'm new to mac env. Do I have to make some changes in Xcode?…
A UIKit Xcode project targeted for only iOS, it has 3 targets for different build configurations. When I add a swiftui file it builds and runs fine, but I can't see the simplest previews I get Cannot preview this file…