App Store Games
CFBundleVersion
1 min read · From 2020 · The version of the build that identifies an iteration of the bundle.NameBundle versionTypeThis key is a machine-readable string composed of one to three period-separated integers, such as 10.14.1. The…
Shared by 2, including Victor Lee
cryptoswift.io
CryptoSwift
~13 min read · From 2020 · CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
Reader View · Shared by 2, including Victor Lee
App Store Games
allSatisfy(_:)
1 min read · From 2020 · Returns a Boolean value indicating whether every element of a sequence satisfies a given predicate.func allSatisfy(_ predicate: (Element) throws -> Bool) rethrows -> Bool
Shared by 2, including Victor Lee
developer.apple.com
Choosing Between Structures and Classes
4 min read · From 2018 · Decide how to store data and model behavior.Structures and classes are good choices for storing data and modeling behavior in your apps, but their similarities can make it difficult to choose one over…
Reader View · Shared by 5, including vancaem, Victor Lee
John Sundell
Building DSLs in Swift
10 min read · From 2020 · A DSL, short for Domain Specific Language, can be explained as a special kind of API that focuses on providing a simple syntax that's tailored to working within a specific domain. Swift's type…
Reader View · Shared by 5, including Victor Lee
App Store Games
《利用延伸功能提高 Xcode 工作效率》:Mac App Store 專題故事
From 2020 · 在 Mac App Store 上瞭解《利用延伸功能提高 Xcode 工作效率》選集,包含「Xcode」、「Swiftify for Xcode」、「Xformat」及更多內容。在 Mac 上盡享這些豐富的 App 功能。
Shared by 2, including Victor Lee
useyourloaf.com
Xcode 9 Vector Images
4 min read · From 2018 · Sep 11, 2017 · 4 minute read Xcode 9iOS 11Dynamic TypeAccessibility Apple added PDF vector images to the Xcode asset catalog in Xcode 6. It is a convenient way to build the image assets at 1x, 2x and…
Shared by 4, including Victor Lee
hackingwithswift.com
How to use vector images in your asset catalog
1 min read · From 2020 · Swift version: 5.1Paul Hudson @twostraws May 28th 2019 Xcode lets you use vector images for all your artwork, which saves you having to worry about retina artwork, super retina artwork, and whatever…
Reader View · Shared by 2, including Victor Lee
github.com
SwiftDocOrg/DocTest
From 2020 · An experimental tool for testing Swift example code in documentation. - SwiftDocOrg/DocTest
Shared by 9, including Victor Lee, Mattt
apple.com
Apple and Google partner on COVID-19 contact tracing technology
1 min read · From 2020 · Google and Apple announce a joint effort to help governments and health agencies reduce the spread of the virus, with user privacy central to the design.
Reader View · Shared by 196, including Peter Steinberger, Dan Gillmor, Marcel Salathé, Kunal Bhatia, Rasu Shrestha MD MBA, Rene Ritchie, Chris Messina, Matthew Herper, Jeff Richards, hakan, Horace Dediu, Charles Patterson, Mark Tabladillo PhD, Matt Cutts, Dave Kemp, Daniel Newman #SixFiveSummit #reMARS, Daniel Kraft, MD, Builtvisible, Steve Troughton-Smith, Josh Wills
John Sundell
The Result Type
4 min read · From 2020 · A look at the standard library’s Result type, what kind of situations that it might be useful in, and tips and tricks that can be good to keep in mind when working with it.
Reader View · Shared by 6, including Victor Lee
App Store Games
Predicate Format String Syntax
From 2020 · Single and double quotes produce the same result, but they do not terminate each other. For example, "abc" and 'abc' are identical, whereas "a'b'c" is equivalent to a space-separated concatenation of…
Shared by 2, including Victor Lee
revenuecat.com
Mobile subscriptions in hours, not months.
1 min read · From 2018 · RevenueCat is the best way to implement subscriptions in your mobile app.
Shared by 33, including Gustaf Alströmer 🇺🇦, Francesco Forconi, Victor Lee, Jonathan Kogan
John Sundell
Unit Testing
3 min read · From 2019 · Using unit tests, and other forms of automated testing, can be a great way to protect a code base against regressions and reduce the need for manual testing. Let’s take a look at how to get started.
Reader View · Shared by 8, including Victor Lee
github.com
JohnSundell/Publish
From 2019 · A static site generator for Swift developers. Contribute to JohnSundell/Publish development by creating an account on GitHub.
Shared by 20, including Brian Lovin, Victor Lee, Brian LeRoux, Stammy, Brian Rinaldi, John Sundell
John Sundell
Model controllers in Swift
8 min read · From 2019 · Proper encapsulation of logic is one of the most important things when it comes to building well-architected apps and systems. This week, let's take a look at how we can better incapsulate our model…
Reader View · Shared by 6, including Victor Lee