I'm building a simple listView in Flutter where the "cells" are simple Cards with a set margin. When dismissing these cards, the "margin" covers the dismissible
I have followed some tutorials and used their methods to implement auto login for my app, but once I relaunch the app after entering the credentials, the app do
I am getting so annoyed with this problem (A problem repeatedly occurred error message) on ios iphone. Working hard to build a website but only iphone with rece
I have a view in which I display a list of my messages. Whenever a new message is added I want to scroll to the bottom. I am trying to add an onChange event to
Been looking around on here for a while but can't seem to find a working solution. I'm trying to disable the swipe to go back to previous view gesture, in Swif
I've developed application with in app purchase functionality. And for that i used in_app_purchase package. In previous version i'm getting past purchases. but
I am trying to submit flutter app to Appstore. Here are the steps I followed: Deleted all certificates and provisioning profiles Create/Add IOS Distribution Cer
I have UIImage with some rounded shape. Is it possible to display somehow some sector of this UIImage. For example only the region from 0 degrees to 45 degrees?
I have an ios project that works good but after i push it to git hub and clone it again from other computer i get this error 'No such module GoogleSignIn' No su
I'm having an issue in the debug area. It's saying that: "This app has attempted to access privacy-sensitive data without a usage description. The app's Info.pl
Why does Color.yellow appear brown on my iPhone X but yellow in my simulator? It's not a display problem, as this iPhone X screenshot of a test app shows: As y
I'm learning swift , and I made a table with cells that show an image ,and classes in groups by MIME TYPE (using path extension). I had a question about extens
Hi I build the app to find all bar and cafe within some radius of my location with API of google, now I want to add all people using my app within some radius o
Let's say that I have this code: class Stat { var statEvents : [StatEvents] = [] } struct StatEvents { var name: String var date: String var hours
I have got a SwiftUI modal view which I am calling from main UIKit view. I want to add a dismiss button to my modal view. As I can tell, there is no @State vari
I'm still trying to get my head around Swift Autolayouts here in XCode 6.3. I have set up a View Controller that I stuck a couple of labels on in Interface Buil
i have this error and i don't know why i got it. I followed the steps from my Python manual and i got this. I am tryng to cleanup the file on column 8 and 9 if
I can't see iOS AppIcon when installing the build from the latest Xcode Beta. What could be the possible error? I have included the required icon sizes includin
Let say If I want to check if the facebook or any other application is currently running on device ?
When running an iOS App on a real iPhone (not Simulator) you may run into this problem. The reason is because the app isn't signed by a trusted source.