I created custom button subclassing UIButton. I set custom font for titleLabel. After tapping on custom button, the part of title disappears. Without setting cu
I want to run my react native app on a real ios device with this line : npx react-native run-ios --udid SOME-UDID but i got this error : xcrun: error: sh -c '/
I have the following code to search a database for recipes then return that data to my View Controller: var discoveredRecipe: RecipeDiscovered? = nil func sear
Okay so we all know that in traditional concurrency in Swift, if you are performing (for example) a network request inside a class, and in the completion of tha
I am using UIBarButtonItemAppearance for the first time and I'm confused on how to put a custom image for the back button. This is how I do it: private func cre
In Xcode I have this app that uses tabBarItem. There are 5 items and occasionally when I'm on a specific page I get this weird overlay of the tabBarItems (see p
I am unable to use the Apppium Inspector in iOS. When I load a desired capability set into Appium Inspector the app loads fine as shown below I am unable to do
I'm using Expo and React Native to create a simple iOS app. I am currently getting this error and have no idea how to fix it. I've tried various other solutions
I can't understand if is possible to create an app that simulate an Nfc card on your IOS device. (Send data to nfc reader like a Pos) In Android is possible and
My jquery audio script perfecly play audio, but some iphone device has no audio playing, can anyone tell me the problem, <script src="https://cdnjs.cloudfla
I have a List where the navigationLink destination is a view with a binding property for a user struct. works fine, if in the detail view I create another navig
I'm just starting to code with Swift and I need help! I have authentication with firebase with email, I would like that after this login to show another view co
I got this error when running IOS project. After adding firebase in my project that I got this error Error Failed to build iOS project. We ran "xcodebuild" comm
i have an app build on vuejs and build with cordova. after i cordova build ios it successfully build the app but when i cordova emulate ios it is only showing a
I set my AVAudioSession mode to SoloAmbient. Using the default speaker on the phone, the silent mode will be respected and my app sound is muted. [[AVAudioSessi
I'm closely following app check documentation in order to use debug token, however instead of seeing it logged out in the console I see following error (when ru
I am using getUserMedia() to take images on a vue web app. Working everywhere except on iOS safari. The user is asked permission for accessing the camera, aft
The default NSStringFormatValueTypeKey property in Lokalise always returns the string li. In my code, the string d. When exporting the modified stringsdict fil
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