Category "ios"

How Can I Adjust TextField Placeholder Color : SwiftUI

I found that I can customize TextField style in swift like this.. struct BottomLineTextFieldStyle: TextFieldStyle { func _body(configuration: TextField<

How to get selected place coordinates in google places autocomplete prediction in table view ios swift

i am able to get google places auto complete results in table view using below code. now i am looking for how to get coordinate of selected place of tableview?

Error deleting records from a SwiftUI List and Realm

Has anyone been able to successfully integrate Realm with SwiftUI, especially deleting records/rows from a SwiftUI List? I have tried a few different methods bu

Unable to access SPM classes in Swift classes referencing Obj-C classes

I'm currently working on moving one of our apps dependencies from Cocoapods to SPM. The dependency is written purely in Swift, but our codebase using it is both

How can I reproduce Picker's selection binding?

I'm building a custom view and I'm trying to manipulate the active state of its children. I have this: struct Menu<Content>: View where Content: View {

failed to produce diagnostic for expression, Xcode 11.4, Moya

After updating to Xcode 11.4, I started to get this error Failed to produce diagnostic for expression please file a bug report On: let provider = MoyaProvider

Can’t pass data correctly to modal presentation using ForEach and CoreData in SwiftUI

Im trying to pass data of some object from list of objects to modal sheet, fetching data from CoreData. The problem is that no matter what object I click on i

Does testflight reviews app again if i up the version number?

I have few queries about test flight build uploads . As i know the basic steps but i have questions still as this will be first time i shall be uploading build

How to make transparent sliverappbar in flutter?

I'm trying to make e-commerce app in flutter. I wanted to make Appbar transparent and have animation, so I use Sliverappbar but I can't make it transparent with

SwiftUI Textfield state change stopped working with iOS 15.4.1

The following code has worked fine until iOS 15.4.1. It simply enables a button next to a textfield after the value entered is greater than 100000. It still w

SwiftUI - Button with Image is clickable outside

I have a ScrollView with multiple Buttons. A Button contains a Image and a Text underneath. As the images are pretty large I am using .scaledToFill and .clipp

Passing Data Forward In Swift Without Segue

I'm currently making a to do list app using Swift 4. The home view controller has a tableview with some categories in it and when one is selected, it takes the

Problem animating with animatableData in SwiftUI

SwiftUI not only gives us get automatic animation… it lets us control how the animation occurs, using the animatableData property. So cool! Only I

iOS build failed: React Native App With Expo

We're trying to deploy our react native app using expo to the App Store but our build keeps failing in the "install pods" section. I've attached the error appea

FLUTTER RUN XCODE 13.3 on MAC - App won't build anymore since Update : Requested but did not find extension point with identifier Xcode.IDEKit

Am going literally crazy since the last update in MAC OS and XCODE 13.3. My app will no longer build and I get a mile-long list of problems which I do not under

A problem was found with the configuration of task ':app:checkDebugManifest' (type 'CheckManifest') in flutter

I was building my app, when this error occured while building - FAILURE: Build failed with an exception. * What went wrong: A problem was found with the config

Is it possible to work with Apple Keychain from Kotlin in KMM?

Basically the whole question is in the title: "Is it possible to work with Apple Keychain from Kotlin in KMM?" I found there is available platform.Security for

Xcode stuck in "Uploading package to the App Store" stage while uploading

I have tried to upload an application to Test Flight. The app is successfully validated. However, when distributing, Xcode is stuck in the "Uploading" stage as

SwiftUI modal presentation works only once from navigationBarItems

Here is a bug in SwiftUI when you show modal from button inside navigation bar items. In code below Button 1 works as expected, but Button 2 works only once: s

Firebase app distribution via Fastlane "the server responded with status 404"

I'm trying distribute app using firebase app distribution via fastlane. When I run firebase_app_distribution, it seems to login into Google successfully but som