Just stumbled upon this one at the end of HIG article - very very nice https://developer.apple.com/documentation/BundleResources/Information-Property-List/UIDesignRequiresCompatibility
Just stumbled upon this one at the end of HIG article - very very nice https://developer.apple.com/documentation/BundleResources/Information-Property-List/UIDesignRequiresCompatibility
All great, but how do I control the colors of the background and the content (like a List) when transitioning from the half sheet to fullscreen? Even in the example it looks bad where the background becomes plain white, making the list cell background disappear. Same problem for UIKit. Am I supposed to manually track the sheet detents? #SwiftUI #UIKit
Notably, on iPhone, toolbar items, search, and title align. But the collection view still does its own thing. #UIKit
A better sample. The collection view aligns to toolbar items but not to the search bar or the title. How bad does this look?! And because every Apple app does something custom here, I don't even know if this is intended. #UIKit
There's UIContentInsetsReference.layoutMargins but it just returns an incorrect value. Ugh. #UIKit
So what's the modern way to have UICollectionViewCompositionalLayout and have the content inset be the safe area + the system margins to align with the toolbar title and other toolbar buttons? Especially on iPads with its new sidebars. #UIKit
It's really hard for me to decide between the quickness of writing SwiftUI code with the more stable feeling of a #UIKit app. I can immediately feel when an app is #SwiftUI. I have been working on a rewrite in SwiftUI to speed up development time as a solo dev, but it's just *feels* wrong when using it.
Speaking of code.. Does anyone know of a way to call the handler of a UIAction in a way that won't upset App Review? #Xcode #iOSDevelopment #UIKit
Roadmap iOS-разработчика 2025 | UIKit -vs- SwiftUI | Что реально нужно учить
Когда начинаешь изучать программирование, кажется, что все давно расписано за тебя. Открываешь YouTube, GitHub, Reddit, и сразу валятся роадмапы. Ну класс же, да? Все по полочкам. Осталось просто все выучить и желательно за неделю. Но есть один нюанс...
https://habr.com/ru/articles/922082/
#программирование #swift #swiftui #uikit #roadmap #roadmap_iOS #программирование_для_начинающих
Ok, because nobody seemed to measured that - new „standard" UITableView/List/Form size on iOS 26 is: 53 instead of "eternal” 44
Interestingly - SwiftUI have a way to get standard cell height in runtime, but UIKit does not. At least I haven't found a clean way - if anyone does know it - please let me know!
has anyone got UICollectionViewCell to play nicely with UIBackgroundExtensionView? i have a full-width cell with an image (example attached, the background image there is one cell) that i'd like to extend under the sidebar but wrapping it in the UIBEV doesn't seem to do anything within the UICVC #iOS26 #iosdev #uikit