BleepingSwift
- 1 follower
- United States of America
- https://bleepingswift.com
- https://onlyrecipes.app
- https://mick.maccallum.dev
Popular repositories Loading
-
swift-charts-basics
swift-charts-basics PublicLearn how to create beautiful, interactive charts in SwiftUI using Apple's Swift Charts framework, from simple line charts to customized bar graphs.
Swift 1
-
access-app-delegate-swift
access-app-delegate-swift PublicLearn how to access your app's App Delegate from anywhere in your Swift code, including from SwiftUI views.
Swift
-
access-camera-roll-swiftui
access-camera-roll-swiftui PublicLearn 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
-
try-catch-nserror-objc
try-catch-nserror-objc PublicObjective-C supports exception handling with @try/@catch, but the community settled on NSError pointers instead. Here's why.
Objective-C
-
defensive-coding-nserror-objc
defensive-coding-nserror-objc PublicNSError 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
-
lightweight-generics-objc
lightweight-generics-objc PublicObjective-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
- url-protocol-intercept-requests-swift Public
URLProtocol is one of the oldest interception points in Foundation's networking stack. It lets you mock, log, or transform any URLSession request without touching the code that makes the request.
BleepingSwift/url-protocol-intercept-requests-swift’s past year of commit activity - taskgroup-structured-concurrency Public
Master Swift's TaskGroup for parallel async work with proper cancellation, error handling, and result collection. Learn common patterns for batch operations and concurrent pipelines.
BleepingSwift/taskgroup-structured-concurrency’s past year of commit activity - swift-regex-builder-dsl Public
Learn how to use Swift's RegexBuilder DSL to create readable, type-safe regular expressions with compile-time checking and strongly-typed captures.
BleepingSwift/swift-regex-builder-dsl’s past year of commit activity - swift-error-handling-guide Public
A practical guide to Swift error handling covering throw/try/catch fundamentals, custom error types, Result, async error patterns, and typed throws introduced in Swift 6.
BleepingSwift/swift-error-handling-guide’s past year of commit activity - swiftui-animations-guide Public
A practical guide to SwiftUI animations covering implicit and explicit animations, spring physics, PhaseAnimator for multi-step sequences, and KeyframeAnimator for timeline-based control.
BleepingSwift/swiftui-animations-guide’s past year of commit activity - controlwidgetbutton-control-center Public
Create interactive buttons for the Control Center using ControlWidgetButton and App Intents in iOS 18.
BleepingSwift/controlwidgetbutton-control-center’s past year of commit activity - frame-vs-bounds-uiview Public
Understand the key difference between a UIView's frame and bounds properties, and when to use each in your iOS apps.
BleepingSwift/frame-vs-bounds-uiview’s past year of commit activity - viewthatfits-adaptive-layouts Public
Use ViewThatFits to automatically select the best layout variant based on available space, without writing manual size calculations.
BleepingSwift/viewthatfits-adaptive-layouts’s past year of commit activity - sensory-feedback-haptics-swiftui Public
Add haptic feedback to your SwiftUI views using the sensoryFeedback modifier, with built-in support for success, error, impact, and selection feedback.
BleepingSwift/sensory-feedback-haptics-swiftui’s past year of commit activity - scheduling-alarms-with-alarmkit Public
Learn how to use AlarmKit to schedule alarms and countdown timers that appear on the Lock Screen and Dynamic Island on iOS 26.
BleepingSwift/scheduling-alarms-with-alarmkit’s past year of commit activity
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…