skip to Main Content

I want to display specific item in array JSON

I'm pretty new to SWIFT, especially parsing JSON I want to display specific item from array in my friend's JSON API. I have this API url: https://api.novella-designer.com/api/:version/tree/preview/307ea989-a7aa-4496-a86e-0577cec10754 My problem is, I can't display one specific item from that array, here's…

VIEW QUESTION

Ios swift – UserDefaults value changes between app launches

I am using a user default values to observe notification preferences. I print the value on app launch: func application(_ application: UIApplication, didFinishLaunchingWithOptionslaunchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { print("notifications are initially (UserDefaults.standard.bool(forKey: UserDefaults.Keys.notificationsEnabled))") } And on app…

VIEW QUESTION

React native – XCode 15 Build error: Stored properties cannot be marked potentially unavailable with '@available'

In my react native project I'm using https://github.com/5-stones/react-native-readium. Because of the dependency R2Streamer i can not run for IOS with XCode 15. Swift Compiler Error (Xcode): /Users/coderythm/workspace/Digilib/bilal/wordr*****/ios/Pods/R2Streamer/Sources/Streamer/Server/PublicationServer.swift:364:6 Stored properties cannot be marked unavailable with '@available' XCode version : 15.0 pods…

VIEW QUESTION
Back To Top
Search