Explore

swift × swiftui ×
  • screenshot

    UI alignment not looks good and is shows dots, how can I fix it

    I am trying to achieve the one design that is already completed using UIKit. The same...

  • 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

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

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

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

  • 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

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