forget this "reverse an array", "fizbuzz", or "write a binary tree" nonsense.
a real interview would be "you are given a broken function, an error message, and access to Google searches and Github issues. find out what the hacky workaround based on issue comments and fix it"
Here are 6 different list styles in #SwiftUI for #iOS.
I really wish iOS also got the alternate row backgrounds like macOS did. ☹️
Originally, I had all of these styles on separate pages. But when referring to them I found I was doing a lot of page flipping. This will help. 😃
🚨#Xcode13 beta 3 has been *rereleased* 🚨
📝 - https://t.co/z0bONLVTrn
⬇️ - https://t.co/oenpxgqC9I
The Xcode version number has been bumped from 13A5192i to 13A5192j. Investigating…
I've just released a wrapper around the new UISheetPresentationController for use in SwiftUI on iOS 15!
It can be customised in the same way as the UIKit version and is accessed through a simple .bottomSheet modifier on a SwiftUI view.
https://t.co/LpemaPg3lN
iOS 15 includes the task modifier which also takes in dependency. This is similar to useEffect in React, which also takes dependency array. It is crazy to see how many concepts in SwiftUI are taken from React and Flutter.
#SwiftUI