Get Social With Swift – Posting to Facebook and Twitter
Guide to using Apple's Social framework in Swift to post to Facebook and Twitter from iOS apps.
Guide to using Apple's Social framework in Swift to post to Facebook and Twitter from iOS apps.
Explores solutions for splitting Swift initializer logic into functions while adhering to Swift's initialization safety rules.
A guide to converting an Objective-C protocol that returns a protocol-conforming object into Swift, focusing on the use of typealias.
A technical tutorial on implementing a floating burger menu animation in iOS using CAShapeLayer and CoreAnimation.
A guide on using unit and acceptance tests in Swift to fix bugs, following a TDD approach with practical examples.
A guide on evaluating third-party Swift libraries, covering community, maintenance, and other key factors to consider before adding dependencies.
Key factors for choosing third-party Swift libraries, covering community, maintenance, and cost-benefit analysis.
A Swift tutorial on loading and validating iOS app receipts with OpenSSL, covering step-by-step validation strategies.
A Swift tutorial on loading and validating Apple receipts using OpenSSL, with a strategy for organizing validation steps.
A guide on preparing to test receipt validation for iOS apps, covering iTunes Connect setup, sandbox testers, and device configuration.
Guide to preparing for iOS receipt validation, including iTunes Connect setup, sandbox testers, and device configuration.
Guide to integrating OpenSSL into iOS apps using CocoaPods for receipt validation and cryptography.
Guide to integrating OpenSSL into iOS Swift projects using CocoaPods for cryptography tasks like receipt validation.
The author demonstrates their pure-Python HTTP/2 stack working with iOS 9 and major browsers, sharing client settings.
Explores a non-standard, lighter method for integrating iOS dependencies with Carthage using the --no-build flag and direct project inclusion.
Tutorial on sharing a Core Data model across iOS and Mac projects using a Swift framework for code re-use.
Tutorial on sharing a Core Data model between iOS and Mac apps using a Swift framework for code reuse.
A guide to creating a custom AFNetworking response serializer for iOS to extract and display server error messages from JSON API responses.
A guide for developers transitioning from Objective-C to Swift, focusing on safety concepts like optionals and value semantics.