Stories Worth Reading

Ideas that inspire,
code that delights.

Discover thoughtful articles, tutorials, and perspectives from developers who love what they build.

5+ Stories
43 Topics
Ideas

Recent Stories

J
Joynal Abedin in

Onboarding in SwiftUI

First of all create a new struct Model Named \"Card\": import SwiftUI import Foundation struct Card: Identifiable { var id = UUID() // var image: String var title : String var description : Strin...

4
J
Joynal Abedin in

AVFoundation

AVPlayer:  An AVPlayer is not a view; rather, an AVPlayer’s content is made visible through a CALayer subclass, AVPlayerLayer, which can be added to your app’s interface. An AV Foundation video playback...

2