Explore

swift × Feeds ×
  • screenshot

    Meet the Writer: HackerNoon's Contributor Boris Bugor, Senior iOS Developer

    Boris has been working as an iOS Developer for more than five years. His latest article...

  • screenshot

    How to request a synchronization of a file from Files app?

    I allow the user to select a file with UIDocumentPickerViewController. The user can select for example...

  • screenshot

    Deleting item of sorted data in a ForEach

    I have a ForEach that I use to display some info, sorted on it's date attribute:...

  • screenshot

    How to mark children as favorites in SwiftUI

    I'm trying to mark children in a list as favorites. In addition I want to create...

  • screenshot

    Swift UI Prevent view update when modifying published variable

    I have a chat app where all the chats are stored in an environment object. The...

  • screenshot

    AVSpeechSynthesizer not working in iOS Simulator

    I am trying to use AVSpeechSynthesizer to convert text to speech in my iOS app. I...

  • Alternative solutions to implement a dropdown menu

    Alternative solutions to implement a dropdown menu

  • 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...