So I have the following code which executes upon tapping one side or another of my segmented control: @IBAction func logInOrSignUpIndexChanged(_ sender: UISegme
This question is similar if not identical but there is no solution. I've looked inside the archive and there's only one executable, so I am at a loss as to how
I am facing this issue related to IPHONEOS_DEPLOYMENT_TARGET while build the flutter application for the ios platform repeatedly, I am not able to understand h
I am using init(title:image:primaryAction:menu:) of a UIBarButtonItem Apple Documentation on a Toolbar with the hope of showing a button with both image and tit
I'm creating a UIButton dynamically with the following code which creates it as per specified style. let frame = CGRect(x: 10, y: 6, width: 60, height: 30 )
I try to create a Document Picker for my iOS app. Here is my code (I wrapped the UIDocumentPickerViewController in my SwiftUI View, with UIViewControllerReprese
I want to open PDF attachment via email in my own application: I refer two link here: How do I associate file types with an iPhone application? and here on Rayw
I am working on a cross platform app using mapbox gl with flutter. It has been built for Android and works as expected there, and I am trying to get it working
I am trying to compare colors but I cannot use the isEqual method because I am trying to compare the color of the background of a UICollectionViewCell. What is
I have got an existing project from a client and I tried to run this in my MAC using XCode 5.0 But I am facing this following error. I installed Cocoa Pods but
I created two views in one superview, and then added constraints between views: _indicatorConstrainWidth = [NSLayoutConstraint constraintWithItem:self.view1 at
I want to remove app temporarily from Apple app store. In the App Store (formerly iTunes) Connect dashboard under pricing and availability there is an option "R
I want to remove app temporarily from Apple app store. In the App Store (formerly iTunes) Connect dashboard under pricing and availability there is an option "R
Current, I was trying to add firebase_core: ^0.5.0+1 and firebase_crashlytics: ^0.2.1+1 packages in my flutter project with the latest versions, It works withou
I would like to know if there is a way to tell which UIViewController is currently showing by using the UINavigationController. I have a delegate in which I ret
I am using the rate property of AVPlayer to change the playback speed of an audio sample. It seems to always apply pitch correction, but I want no pitch correc
I'm trying to build a simple UIScrollView with paging to horizontally scroll between 3 images. The tricky part is that I would like that each image would be cli
the option just outputs the usage of ideviceinstaller but with no error and does nothing. own@penguin:~$ ideviceinstaller --network 172.20.10.3 --install dark.i
I need on iOS with Swift to: Generate a Diffie–Hellman key pair with a pre-agreed modulus P and a base G Compute a shared secret with a local private key,
I'm new to this and currently building an AR-related application, on the old version I stated this let results = self.hitTest(screenPosition, types: [.featurePo