#UIkit

Nico Reesenicoreese
2025-07-09

I still feel like top controls are too close to the Dynamic Island. It looks off.

Nico Reesenicoreese
2025-07-09

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?

Nico Reesenicoreese
2025-07-08

Three betas in and the containerConcentric modifier and UIVisualEffectsView.cornerConfiguration are still not available??

Nico Reesenicoreese
2025-07-08

Is there really still no equivalent to toolbarTitleDisplayMode(.inlineLarge) in UIKit?

Aleksander Stojanowskiostojan@iosdev.space
2025-07-03

Sticking with my modifiers onWill(Dis)Appear that use #UIKit I guess. 🤷 Why is #SwiftUI so great and feel so immature at the same time? 😩

Piotrek Jeremiczpiotrekjeremicz
2025-07-03

Many devs ask about the best architecture for . Unlike , where was recommended, hasn't suggested a specific pattern this time. 🤔

SwiftUI is declarative, meaning views are defined by states. Some suggested that the model and view alone suffice. 🎨

1/4

Nico Reesenicoreese
2025-06-29

What's the best way to set up a blog on my own server nowadays? I think I want to write up some and stuff.

Nico Reesenicoreese
2025-06-29

Notably, on iPhone, toolbar items, search, and title align. But the collection view still does its own thing.

Nico Reesenicoreese
2025-06-29

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.

Nico Reesenicoreese
2025-06-29

I just want these to align properly without any magic numbers.

Nico Reesenicoreese
2025-06-29

There's UIContentInsetsReference.layoutMargins but it just returns an incorrect value. Ugh.

Nico Reesenicoreese
2025-06-29

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.

Nico Reesenicoreese
2025-06-28

It's really hard for me to decide between the quickness of writing SwiftUI code with the more stable feeling of a app. I can immediately feel when an app is . 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.

Brian Gerfort🇺🇦:shuttersnitch:2ndNatureDev@mastodon.nu
2025-06-27

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

Code calling the handler using a private ivar

if ([barButtonItem.primaryAction isKindOfClass:[UIAction class]l)
{
// Would be nice if the handler wasn't private, huh?
Ivar ivar = class_getInstanceVariable(barButtonItem.primaryAction.class, "
_handler");
UIActionHandler handler = (ivar) ? object_getIvar(barButtonItem primaryAction, ivar) : nil;
if (handler)
handler (barButtonItem.primaryAction);
2025-06-26

Roadmap iOS-разработчика 2025 | UIKit -vs- SwiftUI | Что реально нужно учить

Когда начинаешь изучать программирование, кажется, что все давно расписано за тебя. Открываешь YouTube, GitHub, Reddit, и сразу валятся роадмапы. Ну класс же, да? Все по полочкам. Осталось просто все выучить и желательно за неделю. Но есть один нюанс...

habr.com/ru/articles/922082/

#программирование #swift #swiftui #uikit #roadmap #roadmap_iOS #программирование_для_начинающих

Konrad Kołakowskikkolakowski
2025-06-25

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!

joe kimberlinJoekw
2025-06-23

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

MaximilianJediMax
2025-06-21

UITabBarController no longer hides on push with ‘hidesBottomBarWhenPushed’ enabled on iOS 26. Does anyone know if this is intentional, or just a bug?

Nico Reesenicoreese
2025-06-18

Developing on Apple platforms is not an easy task for a newcomer. SwiftData vs Core Data. vs. (vs. AppKit). Multiplatform project or mobile first and then using Catalyst. Eventually you will use all of it for different purposes. I long for the simpler days.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst