Whenever I switch branch or trigger a build, I'm getting my xschemes modified by Xcode, it seemed to happens since the last OS version. My schemes are shared am
I have a problem rotating the preview when I drag a button. In this project I drag a button that represents a street that you can rotate, so when the user rotat
I recently added MetricKit to my app, and I've done the research and think I understand how this works by using the documentation example. I've added the Metri
I have two classes here. Music which is used to store music url and load metadata, and MusicManager which is used to store a list of music and sort them after l
I have an application and i am working with WKWebView. In WkWebView i have "get directions" links. When i press the "get directions" link, it must open a map. B
I've implemented auto flash on-off using ARKit because I'm using ARKit on the same screen. Implementation: func session(_ session: ARSession, didUpdate frame: A
i'm new to iOS development so apologies if this is something basic. I want to create a point cloud having [x, y, z, r, g, b] values using the AVDepthData / CVPi
I'm planning to update my app from a Paid app to a Free app with possible IAPs. I've come across the Receipt Validation, but I'm finding it very confusing. All
I’m working on migrating my MapBox version from v6.4 to v10. I have been able to migrate almost everything, only issue I have at the moment is changing th
I want to change the 'leftIcon' variable in the CustomTextField class from the ViewController. however, I get the following error in the CustomTextField class.
Hello I have a little problem. I am triying to build a swift dictionnary that will later be translated to json for a network code. A simpliflied version of the
We have tried with apple map but apple map SDK does not allow us to draw polyline over the map so we have seen one application that is doing a similar thing usi
I'm bridging the sync/async worlds in Swift and doing incremental adoption of async/await. I'm trying to invoke an async function that returns a value from a n
Why could a distribution build be failed with SwiftUI? I added SwiftUI into my iOS 10+ project, and build it locally with @available(iOS 13.0, *) prefix, but wh
I am fairly new to core data. I am trying to make a form where each time I add a section header and text from a sheet view, it appears within a new section. The
I'm using UIKeyCommands - Cmd+B to bold text. The code works fine to bold the text. But after i use the Cmd+B and when I type "b" the first time it doesn't disp
I'm using UIKeyCommands - Cmd+B to bold text. The code works fine to bold the text. But after i use the Cmd+B and when I type "b" the first time it doesn't disp
In my app, I want a CTA button to be displayed under the ads. This is located on a UIVisualEffectView for better readability. In principle, it already works as
I'm trying to drag the gray square inside the white square manteinig the starting point CGPoint(x: 0, y: 0) and respecting the extreme coordinates, see of the i
I read in HackingWithSwift that Swift tuples can be compared with == operator only when the number of elements is less than or equal to 6. What is the reason be