How to remove only one line from LineView? – Ios swift
by my code I can draw multiple straight lines one by one on a view. now what I want is, to remove only one line when click Undo button. I have write single line to remove last draw line in…
by my code I can draw multiple straight lines one by one on a view. now what I want is, to remove only one line when click Undo button. I have write single line to remove last draw line in…
I have upgraded to Xcode 13, I'm now getting the error "Tab Bar Appearances before ios 13". When I click on the error it leads me to a tab bar in a Storyboard without providing additional information. What could be…
The main issue with this bug is that I can't have my device connected to xCode to debug, since to get it to crash, I have to close the app (terminating the debug session), and open again quickly. Keyword: quickly...…
Is it possible to detect the cell (or array position) of the List currently displayed on the View screen from among the 100 Items as shown below? Also, at that time, I would like to get the position of the…
I am trying to implement an action on tap gesture on a Text which is moving with animation using SwiftUI. When the Text is moving, the tap gesture seems to register only when I tap at the final destination of…
When I move a view with ultra thin material background, it turns black. Is it a bug or am I doing something wrong? Is there a workaround to achieve this view on a moving view? I noticed only happens when…
Apple is complaining about my app because I am not calling the rest endpoint revoke token to delete an account. I have to do it as described in this documentation: https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens To call I need to get the client_id, client_secret…
I have several views in a VStack/ScrollView using SwiftUI, The text elements I want to be leading (not centered in the view) but the Image I want centered on the Y axis. I've tried using center alignment in the frame…
I have created Core Data database, and it has an entity called Item. If I want to create an instance of Item and add it to the database, I create it using Item(context: ). How can I create an instance…
In our app there is the issue with creating a date from string but is only reproducible with a very specific combination. Unfortunately, there is no way of getting it from the user that experienced the issue, so I decided…