Explore >> Select a destination


You are here

osinski.dev
| | noahgilmore.com
4.8 parsecs away

Travel
| | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start?
| | www.iamsim.me
8.6 parsecs away

Travel
| | In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath.
| | williamboles.com
9.8 parsecs away

Travel
| | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain ??
| | mobilepeople.news
87.7 parsecs away

Travel
| Following iPadOS 15.2 release, Swift Playgrounds 4 is now available. With Swift Playgrounds 4 developers can now build apps on iPad and submit them to App Store Connect. Projects created by Swift Playgrounds 4 could be opened by Xcode on the Mac. Notably, apps created in Swift Playgrounds could only use SwiftUI as user interface...