@ismh86 how about a series of the best looking Mac/Apple internals. There’s been some great MacBook ones but I really like the ‘Trash Can’ MacPro. Not sure if anyone has done this (and sorry if you already have).
Instagram: “Tap in as you as a child” (🤫 so we can train our AI model on children that are no longer children and we get around that difficult moral dilemma - also we can train the model on how the face changes over time…shhhh🤫) #AI
8. Now that we know what view-destination links and value-destination links are, we can explore the data modeling behind NavigationStack. Today we look at another form of view-destination navigation: navigationDestination(item:destination:). It takes a bound item and presents a view when the item is non-nil. Despite taking a binding to an item, this is not a value-destination link. In today's code example, a few different types of links are composed together. #SwiftUI