Explore

swift ×
  • screenshot

    Xcodegen cache works wrong or i mistake

    I have a git hook post-checkout, when i checkout i start a script it's just a...

  • screenshot

    SwiftUI: @Published var not updating view when item from array is removed

    I know that similar questions have been posted and answered, but hear me out: struct MyView:...

  • Debugging Audio Streaming Crash in iOS Project: Is Format Sample Rate And Channel Count Valid Error

    Debugging Audio Streaming Crash in iOS Project: Is Format Sample Rate And Channel Count Valid Error

  • screenshot

    Tricks for Using Async/Await in iOS Development

    This article explores the usage of async/await in iOS development, a powerful paradigm for handling asynchronous...

  • screenshot

    Creating Scrollable Lists using Protocol-Oriented Programming and UICollectionViewFlowLayout

    Each developer in practice faced the need to make up a screen based on a scrolling...

  • screenshot

    Gov. Newsom says Republicans are going after Taylor Swift for the wrong reason

    Newsom defended Swift, who is facing accusations that her relationship with Travis Kelce is manufactured to...

  • screenshot

    SwiftData: How to detect when CloudKit synced (or is about to sync) new data

    Two things: How do I detect when SwiftData with CloudKit finished syncing new data from somewhere...

  • How to communicate between Flutter and the host platform (Android/iOS) using pigeon

    A simple demonstration of pigeon (https://pub.dev/packages/pigeon) library. Pigeon is a code generator tool to make communication...

  • screenshot

    Conventions for swift protocols

    I have a class called NetworkInterface - and i want to make this class testable. The...

  • screenshot

    Show array of text like paragraph but each text will be tappable in swiftUI

    @State var content: [SuraReadModeAyath] = [] ForEach(content.indices, id: \.self) { index in let sura = content[index]...

  • screenshot

    Building Testable and Maintainable iOS Apps with Redux

    This guide empowers developers to navigate Redux complexities, ensuring structured, scalable, and maintainable iOS apps and...

  • screenshot

    Self created SearchBar does not properly work when using in a Form {}

    I am currently working on a small app for learning purposes, in which I have now...

  • screenshot

    Passing key to URL request Swift

    I need to fetch data from a web endpoint. I will include the instructions below. I...

  • screenshot

    Zoom CollectionView inside ScrollView

    I want to zoom a collectionView inside a scrollView, but when I zoom the scrollView, the...