
iOS Dev blog by Pol Piella
iOS developer at BBC iPlayer
I love to talk about iOS development and my career as a software engineer.
Sat May 14 2022
Scripting in Swift: Git Hooks
Using Swift as to write a commit-msg git hook so that adding ticket numbers to a commit message can be automated.
Read Time: 📖 8 minutes
Sat May 07 2022
Binary targets in modern Swift packages
All you need to know about adding binaries in Swift Packages in 2022.
Read Time: 📖 10 minutes
Thu Mar 31 2022
Building layouts with accessibility in mind - Part 2
Make use of `UIScrollView`s to make the layout built in part 1 even more accessible to all users.
Read Time: 📖 5 minutes
Tue Mar 15 2022
Building layouts with accessibility in mind - Part 1
Exploring the power of `UIStackView` and layout guides to lay out a view with accessibility in mind.
Read Time: 📖 8 minutes
Sat Feb 12 2022
Embedding a dylib in a Swift Package
An article on how to embed and ship a dynamic library in a Swift package.
Read Time: 📖 8 minutes