Skip to content

Popular repositories Loading

  1. swift-charts-basics swift-charts-basics Public

    Learn how to create beautiful, interactive charts in SwiftUI using Apple's Swift Charts framework, from simple line charts to customized bar graphs.

    Swift 1

  2. access-app-delegate-swift access-app-delegate-swift Public

    Learn how to access your app's App Delegate from anywhere in your Swift code, including from SwiftUI views.

    Swift

  3. access-camera-roll-swiftui access-camera-roll-swiftui Public

    Learn how to access photos from the camera roll in SwiftUI, including required permissions, Info.plist configuration, and using PhotosPicker for iOS 16+ or UIImagePickerController for earlier versi…

    Swift

  4. try-catch-nserror-objc try-catch-nserror-objc Public

    Objective-C supports exception handling with @try/@catch, but the community settled on NSError pointers instead. Here's why.

    Objective-C

  5. defensive-coding-nserror-objc defensive-coding-nserror-objc Public

    NSError is the standard error handling mechanism in Objective-C, but using it defensively requires more than just passing a pointer. Learn patterns that prevent crashes and make debugging easier.

    Objective-C

  6. lightweight-generics-objc lightweight-generics-objc Public

    Objective-C's lightweight generics let you specify element types for collections like NSArray<NSString *>. They catch type mismatches at compile time and improve Swift bridging.

    Objective-C

Repositories

Showing 10 of 13 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…