iOS simulator version doesn't appear – Xcode 12.2
I want to test my app in iOS 10, I'm just have tried the flow of add a new iOS simulator like I've made in the past, but the iOS version that I downloaded dons't appear in the list. I'm…
I want to test my app in iOS 10, I'm just have tried the flow of add a new iOS simulator like I've made in the past, but the iOS version that I downloaded dons't appear in the list. I'm…
I want to have this ring progress view (cocoa pod) inside collectionView Cells. When you tap on a cell, the progress should increase by 0.1 (0.0 = 0% Progress, 1.0 = 100% progress). Unfortunately, it seems like it always creates…
I've just implemented SceneDelegate to my old iOS project which has two storyboards - iPhone.storyboard and iPad.storyboard. There are both AppDelegate.swift and SceneDelegate.swift files without specific codes - just empty delegate methods. The problem is that I have to change…
I want to create an app with multiple tab bar. But each tabs, i am going to use Web view. Questions: Is it possible to use same WKWebView(Reuse)?. How do I do that?. Can someone help me with best approach.…
I am working on an app in SwiftUI in Xcode 12.2. I have accidentally deleted the Automatic Preview Tab. I cannot seem to find the option to bring it back. Here is a screenshot of my Xcode: Where do I…
I have an iOS app project in Xcode 12. It is set up as an iPhone-only app that supports iOS 12.4 and later. It uses the CoreData and PDFKit frameworks, as well as two proprietary Swift Packages. All of the…
OBJ-C ONLY... That is, An ObjC app imports ObjC static lib A. Static lib A imports static lib B. Static lib A has functions that call functions within lib B. The app only calls functions in lib A and does…
I run my Flutter project in Android Studio, pod installation goes well but Xcode build fails at the end every time like 20/30 steps first of complete the whole build. The weird fact is that Android Studio says : Command…
iOS 14.2, I am not able to share image as described in https://developers.facebook.com/docs/instagram/sharing-to-feed/ I can share same image to any other app from this menu correctly (e.g. telegram) Code: func shareToInstagramFeed() { let instagramURL = NSURL(string: "instagram://") if UIApplication.shared.canOpenURL(instagramURL! as…
In a nut shell. I am trying to add constraints to resize a date picker and text view. Without the text view the date picker does what I want it to do (move to the top and centred), I add…