Explore

ios × People ×
  • screenshot

    I want to disable the swipe back functionality in iOS Safari on Flutter

    During Flutter development, I learned that swiping the screen navigates back. I resolved the issue by...

  • screenshot

    How to handle with Swift Onesignal push notification when iOS application is closed?

    I am developing a webview mobile application using Swift on the iOS platform. I use Universal...

  • screenshot

    Apple Events

    This might have new iPads and changes to iPadOS. As always, I’ll try my best to...

  • screenshot

    Line spacing in TextKit2

    I'm implementing a code-like block support in the UITextView with TextKit2 and can't figure out how...

  • screenshot

    Why is the alert not showing up on my IOS Application after clicking the button?

    Form { // Title TextField("Title", text: $viewModel.title).textFieldStyle(DefaultTextFieldStyle()) // Date DatePicker("Due Date", selection: $viewModel.dueDate) .datePickerStyle(CompactDatePickerStyle()).padding(.all, 10) //...

  • screenshot

    React Native RCTFabric - No type or protocol named 'RCTDebuggingOverlayViewProtocol'

    After upgrading to the latest version of react-native I suddenly with RCTFabric. "react-native": "0.74.0", 1. No...

  • screenshot

    How I tricked iOS into giving me EU DMA features

    I’m in Australia, but as far as my iPhone knows, I’m in Italy. How? In iOS...

  • screenshot

    Error Domain=AVFoundationErrorDomain Code=-11828 "Cannot Open"

    void initializePlayer(Map<String, dynamic> songData) { BetterPlayerDataSource dataSource = BetterPlayerDataSource( BetterPlayerDataSourceType.network, songData['manifestUri'] ?? '', drmConfiguration: BetterPlayerDrmConfiguration( drmType:...

  • screenshot

    Why app display name get truncated on iOS

    First question: I have problem with iOS app display name. I tried many solutions and I...

  • screenshot

    iOS404

    iOS404 — An overview of all of the missing web features in iOS. There’s over 60,...

  • screenshot

    How to prevent Stage Manager from opening multiple instances of an iOS app at the same time on iPad

    I have just tested my SwiftUI iOS 17 app with stage manager on the iPad and...

  • 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

    SwiftUI TabBar show translucent effect even when scroll is over

    iOS TabBar automatically shows a blurry effect when items scroll behind it, as shown in the...

  • 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

    A disk so full, it couldn't be restored

    My younger child’s MacBook Pro was unsalvageably full. Only a complete wipe would suffice—and then Time...