swift tag

599 questions


1 answers
331 views
0
swiftui Alert Missing argument for parameter 'text' in call

When swiftui tries to navigate from ContentView to the side menu, SideMenuView (isOpen:$isOpenSideMenu)If you write Missing argument for parameter 'text' in calland Insert', text:<#Binding<Strin...

1 years ago

1 answers
286 views
0
About the function of starting the menu bar application for macOS when logging in using SwiftUI

I am studying the menu bar application for macOS using SwiftUI.See here, but the implementation of SMLoginItemSetEnabled() is not SwiftUI, but StoryBoard.In order to start the helper application when ...

1 years ago

1 answers
283 views
0
I want to make a function to change the display size of macOS with swift.

I would like to change the display size by pressing the icon that resides in menubar and the pop-up opens and pressing the change button.I was able to get the current display size and decide the next ...

1 years ago

1 answers
346 views
0
Twitter API v2 Batch compliance (Compliance Firehose API) does not know how to upload to Google API Storage

I'm trying to do Twitter Batch compliance (Compliance Firehose API), but I was able to create a job in step 1, and I got upload_url, but I don't know how to upload the file in step 2.The contents of t...

1 years ago

1 answers
273 views
0
I want to use HSTack to get the width value to the image on UISscreen.

I would like to use HSTack to determine the width value on the UISscreen up to Image(test) and get the value. What should I do?struct ContentView:View {    varbody:someView {        HSTack {          ...

1 years ago

1 answers
412 views
0
How can iOS development incorporate the framework into the framework?

We are developing a library (framework) that is iOS.I would like to include another framework within this framework (with another framework as C)However, when I tried to build B and put it into the ho...


1 answers
322 views
0
I want to select SymbolRenderingMode in ForEach in SwiftUI, but I get a runtime error (Thread1: EXC_BAD_ACCESS).

.symbolRenderingMode(SymbolRenderingMode) is an option for viewing SF Symbols in SwiftUI's Image, but I want Picker and ForEach to display all options so that the UI can select them, but I implement t...

1 years ago

2 answers
327 views
0
How does the Mac app know that the trial has expired?

On a Mac, try an app that is not from the App Store and use it until the trial expires.Then, even if it is completely removed, it can be detected that the trial has expired when reinstalling.How do I ...

1 years ago

1 answers
399 views
0
Cannot contain specific cocoapods versions

I wanted to make the current cocoapods version 1.11.2, so See this article$gem install cocoapods-v1.11.2I typed the command in the terminal.Ignoring bigdecimal-2.0.0 because it extensions are not buil...


1 answers
394 views
0
Apple Tutorial Shows Value of Type 'Color' has no member' accessibleFontColor' Error

Apple's iOS devtutorials encountered an error in lessons displaying meeting information.Please let me know how to improve it.Creating a CardView — iOS App Dev Tutorials | Apple Developer Documentation...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.