I've encountered an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build
I've encountered an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build
I am using App Center as CI and CD for my application. I have to configure all the branches manually against which I need to build and distribute. What I Want I
I have a question about iOS UIKeyboard. I have a UITextField and I would to have the keyboard with only uppercase characters. I use a storyboard and I tried t
Trying to figure out how to make quick http requests using combine. I've mostly been looking at this doc by Apple. I haven't made any progress though and it see
I'm using facebook-ios-sdk-3.10, Using this SDK I'll login and fetch user details from FB Its working fine for me. This is the code I'm uisng - (IBAction)fbLo
In a page I am using a scroll view to show two views. For scrolling to each view I have to change the Background alpha in different manner (Or I have to show di
I'm trying to install Firebase via CocoaPods for my Objective-C iOS Application. My Podfile is as follows: target 'RandomName' do pod 'Firebase/Core' pod 'Fire
I'm using Xcode 13.3.1. I'm trying to build a flutter application in Android Studio. It failed with the following error. To make it dead simple I tried just run
I am doing an object detection and used UIViewControllerRepresentable to add my view controller. The thing is that I can't pass data from my ViewController to m
i am developing an app where the music is played via AVPlayer using songs from a cloud service. everything works fine and most of the files are playing without
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pod
i built an React Native app with expo which is now online in the Apple App Store. I've tweaked it a bit and came with a new version that i'm trying to upload wi
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