Weekend good reads for Apple developers #2023/13

Lucky episode of good reads today! And we've got a lot to cover on last day of March.

We're finishing with video by David Smith on design.

https://www.youtube.com/watch?v=Jqb-lINegqc
https://www.youtube.com/watch?v=Jqb-lINegqc

With this – have a great weekend and see you in April!

Weekend good reads for Apple developers #2023/12

Weekend is here, so is another list of great reads.

And that is it for today. See you next week!

Weekend good reads for Apple developers #2023/8

It's winter here in Bay Area today (it even snows somewhere here), so let's grab some warm beverage and get going.

Let's finish with interesting video on design process by David Smith.

https://youtu.be/BLEOBu2PaeA
Design process by David Smith

And that is it for today. See you next week!

Weekend good reads for Apple developers, issue #45

iPhone 14 Plus is now available, more bigger screens will fill the streets. And yes, bigger screens are better for reading.

And that is it for today, have a great weekend!

Weekend good reads for Apple developers, issue #41

Yes, iPhone 14 preorders are live! And you-know-what Ultra is already backordered for two months. So, let's read something good over the weekend.

And that is it for this wallet-endangering weekend. See you next week!

SwiftUI-like layouts for UIKit

Maximilian Mackh developed a library that provides SwiftUI-like DSL to construct view layouts in UIKit – InterfaceBuilder.swift. Currently in beta, project is available on GitHub.

InterfaceBuilder.swift provides simple layout primitives – Split and Scroll which could be customized to build many layout variations. Tool might not solve every issue with layouts, however, it could significantly speed up the development of UIKit applications.

Blog post: InterfaceBuilder.swift

GitHub: mmackh/BaseComponents

Reference: InterfaceBuilder.swift