by Paul Kraft | Jan 8, 2021 | iOS
How to Use the Coordinator Pattern in SwiftUI JANUARY 8, 2021 | PAUL KRAFT When developing iOS apps with UIKit, many developers have used the Coordinator pattern to abstract away the connections between individual view components. This increases the reusability of...by Mischa Hildebrand | Dec 21, 2020 | iOS
Unsafe Territory! Understanding Raw Bytes and Pointers in Swift DECEMBER 21, 2020 | MISCHA HILDEBRAND It’s rare that you juggle with bits and bytes in Swift because of its neat static type system. Most of the time, you don’t care what’s under the...by Nasir Ghulam | Nov 13, 2020 | iOS
Data Integrity: CRC with Swift on iOS NOVEMBER 13, 2020 | GHULAM NASIR When working with any communication or storage medium such as Bluetooth, wi-fi (and even wired networks) or disk storage, data can get corrupted. In such cases, we need to make sure that the data...by Paul Kraft | Jul 27, 2020 | iOS
Advanced Property Wrappers in Swift JULY 27, 2020 | PAUL KRAFT We love Swift as a lean and intuitive programming language and recently, SwiftUI made our hearts beat faster for providing us with great tools to create amazing user experiences with very little, simple...by Paul Kraft | Jun 24, 2020 | iOS
Adding Custom Views to the Library in Xcode 12 JUNE 24, 2020 | PAUL KRAFT What do you prefer: creating user interfaces visually or in code? This question has split the Apple developer community for years. Could this year’s WWDC finally mark the end of that? Last...by Stefan Kofler | Jan 28, 2020 | iOS
iOS App Security: Best Practices JANUARY 28, 2020 | STEFAN KOFLER Smartphone apps are the center of most peoples’ technology usage. They deal with a lot of private and sensitive user data like your personal health information or banking information. Protecting...Get notified when our next article is born!
(no spam, just one app-development-related article
per month)