I created a framework writting on pure swift , but I cant find any .h file of public class . shouldn't Xcode generate .h file automaticly? here is project struc
I'm trying to create a string representing UInt64.max using NumberFormatter. Here's the code: let formatter = NumberFormatter() formatter.usesGroupingSepar
I have a horizontal ScrollView, and within it an HStack. It contains multiple Subviews, rendered by a ForEach. I want to make it so that when these Subviews are
Related to this I am trying to make an app based on Notes app. I set my iPhone text size to the smallest, and when the view changes, the texts on new view's to
I have a package (say, "PackageDemo") that is imported inside my application (say, "ApplicationDemo"). I have some methods in PackageDemo that needs data to be
I have a package (say, "PackageDemo") that is imported inside my application (say, "ApplicationDemo"). I have some methods in PackageDemo that needs data to be
I want to make a firestore call every time the app launches. but the line of accessing firestore or the completion is not being executed. class MoodAnalysisFire
Forgive me if explanation is not excellent. Basically, the video below shows the standard animation for hiding labels in a stack view. Notice it looks like the
I want to select an image from photos using new PHPickerViewController and I want to open PHPicker directly when my controller is load. Like this import UIKit
Is it possible to create an Airdrop bot that sends a picture automatically to nearby Apple devices? Like I choose the picture, turn on the bot, and go to a publ
I am using Mapbox Navigation SDK for iOS in my app but it is showing black. I have no idea why it is happening so. Can anybody give any idea please? Map doc ref
i need to implement the Twitch login in swift app with implicit-grant-flow I think i should use this Authenticating a User Through a Web Service from apple for
I want to add separators on list-like collection view built with compositional layout. I know there is a solution in iOS 14, but I support iOS 13. I try to add
I have made two mirrors using SCNFloor in SceneKit. But when I run the code, only one of the two mirrors work randomly. Why is that so? Hope someone can enlight
I am trying to run an image comparison in swift. However i am getting an error that states Cannot use instance member 'featureprintObservationForImage' within p
I just started using Firebase a couple of days ago for my mobile app, so I’m sorry if this might come off as a stupid question, I’m still learning :
I want to change rate parameter and display in ForEach. // ViewModel.swift @MainActor final class ViewModel: ObservableObject { let serviceContainer: Servi
ITMS-90426: Invalid Swift Support, Dear Developer, We identified one or more issues with a recent delivery for your app, "KxSwift" 1.0.0 (58). Please correct t
I want to start recording in my App, I am using ReplayKit func startRecordn(){ recorder.startRecording{ [unowned self] (error) in //2
When a user purchases a subscription they can download the data into Realm Class. Below we is a Realm for SubscriptionOne. However, if they later purchase Subsc