How to save enum to Core Data
A guide on persisting Swift enums in Core Data using computed properties and private integer storage.
Filip Němeček — iOS developer building apps and tools, with additional work in Python and Django. Shares practical articles, projects, and indie app work.
159 articles from this blog
A guide on persisting Swift enums in Core Data using computed properties and private integer storage.
An interview with iOS developer Oleg Dreyman discussing his journey into programming, learning Swift, and insights from his WWDC-winning project Paperville.
A guide for iOS developers on using JavaScript to interact with and manipulate web content within WKWebView components.
An interview with iOS developer Marina Gornostaeva about her journey into programming, learning Objective-C, and transitioning to Swift.
An iOS developer shares his journey from childhood gaming to Java programming and finally to iOS development with Objective-C.
An interview with iOS developer Mikaela Caron discussing her journey into programming, learning resources, challenges, and advice for aspiring iOS developers.
An interview with Dave Jacobsen about his journey into programming and iOS development, from initial misconceptions to learning Swift and UIKit.
A guide on using Swift's JSONDecoder with .convertFromSnakeCase strategy to automatically map API snake_case keys to camelCase properties.
An interview with iOS developer Marc Aupont about his journey from electrical engineering to iOS programming, his early experiences with Swift, and freelancing.
A guide to generating random numbers, characters, and strings in Swift, covering built-in methods and custom extensions.
A comprehensive guide to using UIMenu in iOS development, covering basic setup, actions, submenus, and customization options.
An interview with iOS developer Stewart Lynch about his programming journey, learning Swift, and his first published app.
An interview with iOS developer Emin Grbo about his journey into programming, learning Swift, challenges with delegates, and career advice.
An interview with iOS developer Lee Kah Seng discussing his journey from .NET to iOS, challenges with Objective-C and Swift, and the iOS job market in Malaysia.
An iOS developer shares her journey from Windows/Delphi to iOS, discussing her transition to Objective-C and Swift, and key iPhone features.
An interview with iOS developer Nicolas Spinner about his journey into programming, learning Swift, favorite Apple products, and his #100DaysOfSwiftBlogs challenge.
An interview with iOS developer @tundsdev about his journey into programming, learning iOS development, and building his first app.
A technical tutorial on replicating Apple Photos' layout and animations using iOS Compositional Layout and Diffable Data Sources.
A tutorial on implementing UIMenu for UIButton and UIBarButtonItem in iOS 14, including code examples and configuration tips.
A tutorial on creating responsive UICollectionView layouts using Compositional Layout that adapts to different iPad screen sizes and orientations.