Explore >> Select a destination


You are here

swiftwithmajid.com
| | osinski.dev
3.7 parsecs away

Travel
| |
| | christianselig.com
3.6 parsecs away

Travel
| | [AI summary] This article discusses the challenges and solutions for creating a centered search bar in Apple's visionOS using SwiftUI and UIKit, highlighting the lack of direct APIs and workarounds to replicate Apple's design.
| | www.iamsim.me
3.1 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.
| | whackylabs.com
13.1 parsecs away

Travel
| There are a plethora of wrappers around the AutoLayout engine. They all seem to provide convenience towards making the layout code look cleaner. In all fairness this is due to the fact that the first version of NSLayoutContraint API was very verbose. But I remember when Apple announced the constraint based layout they were equally excited about providing a what they referred to as ascii based constraints. The idea is to create constraints between siblings and parent UI elements in a string based format. ...