I have read several topics, blogs about SSL pinning in iOS and have implemented the following strategy to do SSL pinning way back in one of the app Current SSL
Before iOS 15, the Autocomplete feature was totally fine. However, from iOS 15, the GMSAutocompleteViewController has the bug as can be seen in the following sc
TabView(index){ UIView } .gesture( DragGesture() .onChanged { if $0.startLocation.x > $0.location.x { //left // met
After reading the docs on how to search and browse an index with Algolia's Swift Client, it's not clear how I need to pull all product data from an index. In th
I'm trying to make the top cell of the collection be behind all the other cells by the zIndex factor ┌───────
There are apps for using Siri Remote 2 with macOS. (SiriMote, Remote Buddy). I want to create the same app myself, but I am stuck with detect button presses. I
I am relatively new to SwiftUI and am having troubles finding a solution to a problem I have with my UI not updating when a change is made to
I'm using an sqlite db to populate an ios app with data about irregular verbs -- it's a language learning app. The db has 3 tables, verb categories, verbs, and
So I'm wanting to get jsonMeals data back and use it outside of this function. However it seems no matter where I place my json variable I get an error. Changin
I'm working on voice recording functionality.Voice recording has been done through webView now when the user clicks on voice record recording starts, and making
Im new to swift programming. Im building a tic tac toe app for practice. when I want to run the app, the build fails with the error message: Undefined symbols f
Let's say I have a function defined in Rust, which looks like this: #[no_mangle] pub unsafe extern "C" fn do_something( my_value: *mut MyStruct, some_pa
I was getting this error when I tried to run pod install require': dlopen(/opt/homebrew/lib/ruby/gems/3.1.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009): tried
There is one strange crash in Firebase Crashlytics logs that occurs quite often, saying: Crashed: com.apple.main-thread 0 AppName 0xd454 S
I followed all the steps from: https://fbflipper.com/docs/getting-started/react-native-ios/ (both automatic and manual installation). FB_SONARKIT_ENABLED=1 does
I'm trying to decode the JSON response for all tags from the Pinboard API. I have a simple model I'd like to decode into: struct Tag: Coddle, Hashable {
I had data struct like this { "version": 1, "profile": [ { "type": "name", "value": "Hellow" }, {
Seems like I'm having a problem with something that shouldn't be the case... But I would like to ask for some help. There are some explanations here on the Stac
I had data struct like this { "version": 1, "profile": [ { "type": "name", "value": "Hellow" }, {
My tableview does not show cell data until I tap on back button and return to table view controller. My app is loading data from Firebase. class ViewPostsViewCo