PinnedState Management in Swift appsTo manage state in iOS applications, consider the following:Apr 7, 2022Apr 7, 2022
SpaceX lags behind Lynk for Satellite based mobile servicesLynk’s satellite based text-messaging service recently received FCC approval — they received approval before SpaceX.Sep 18, 2022Sep 18, 2022
Why can Double() store a larger # than Int() ?Because it uses EXPONENTS to represent large numbers.Apr 30, 2022Apr 30, 2022
How is .enumerated() an O(1) time operation? — iOS SwiftA satisfying example by Apple.Apr 29, 2022Apr 29, 2022
Convert string of integers to an Int: w/o Int(“1234”, radix:10) — iOS SwiftThis implementation uses O(1) auxilliary space.Apr 29, 2022Apr 29, 2022
Go here for the latest Swift release info:https://github.com/apple/swift-evolutionApr 7, 2022Apr 7, 2022
views.forEach(view.addSubview) — Why it works —Clean Code — Swift‘First Class Functions’ in Swift help create clean code.Apr 5, 2022Apr 5, 2022