I still don't know who at Apple thought this title + subtitle transition was a good idea. The title becomes smaller and the subtitle larger. And why is there a fade and not a smooth scale effect on these labels? It looks so careless. #UIKit #SwiftUI

I like #ReactNative for some things and #UIKit for other things. (I dunno about SwiftUI yet, I keep hearing of rough edges.)

But one thing I'll say: the process of keeping my UIKit app up-to-date is night-and-day different from keeping my RN side project up-to-date.

With UIKit, I compile in the new version of Xcode and a few settings are updated; done.

With React Native, I cross my fingers that Expo, Software Mansion, and Callstack have all updated their foundational libraries and kept them in sync with one another, and that my combination of locked versions doesn't result in some weird impenetrable error. And meanwhile I still have UI glitches in iOS 26.

So yeah, at this point my summary is that React Native is not feasible for side projects unless you're really a RN specialist.

Is there a trick to make your action extension icon sharp or is it just an iOS 26 thing they haven’t fixed yet?
(Looks like the icons provided by the Photos app are passable so there’s got to be way?) #iOSDev #UIKit #Xcode
Why does this only work like 60% of the time? Any other good way to reset sandbox in-app purchase transactions during a Unit/UI test, so I can start with an unsubscribed state? #UIKit #SwiftUI #Swift #Testing

UUI: Универсальная Пользовательская Дизайн-система для web

Как вырваться из замкнутого круга навязываемых акулами BigTech сомнительных технологий на простор устойчивого развития? Как сделать так, чтобы код внедряемой сейчас Дизайн‑системы — через пару лет опять не превратился в очередную, никому не нужную и максимально не удобную, «тыкву‑легаси»? Как выйти из дурного холивара с модными фреймворками на фронтенде и сделать библиотеку переиспользуемых компонент подходящую сразу для всех технологий и «на века»?))) Ваша команда работает с большим количеством различных недокументированных проектов, основанном на одном визуальном языке? У вашей корпорации есть строгий брендбук и огромное количество клиентских веб‑сервисов написанных на разных фреймворках, которые по факту выглядят немного по‑разному в «одних и тех же мелочах»? Ваши фронты «пишут каждый свой фреймворк для дизайна заново каждый раз на каждом проекте»? Знакомо? UUI спешит к вам на помощь! Мода на технологии все стремительней меняется, а браузер и простой интерфейс в нем остается. Вышел новый модный фреймворк и заказчику хочется проект именно на нем? Да пожалуйста! Легко! Так мы становимся максимально независимы от капризной и накаченной лоббированием индустрии реализуя основную задачу. Поставляя единый гайдлайн повсюду.

https://habr.com/ru/articles/1015114/

#litelement #custom_elements #атомарный_дизайн #дизайнсистема #uikit #фреймфорки

UUI: Универсальная Пользовательская Дизайн-система для web

Мотивация Как вырваться из замкнутого круга навязываемых акулами BigTech сомнительных технологий на простор устойчивого развития? Как сделать так, чтобы код внедряемой сейчас...

Хабр

This is driving me crazy. When a view controller inside a UIStackView is constrained to any layout guide, it glitches out when doing the interactive back swipe gesture. Anyone has a clue how I can fix this? I swear this is new with iOS 26. #UIKit

Some extra fun stuff: this works fine in landscape…

https://gist.github.com/nicoreese/6d4e3eb08723b977ca726cda55156f89

I have a UIKit/Mac Catalyst app with a Safari extension target. Both have an app group container to share UserDefaults with one another. When that access happens however, I always get this dialog saying that my app wants to access data from other apps.

What am I doing wrong? #UIKit #Swift #SwiftUI #BuildingInPublic

SwiftUI still doesn’t have an equivalent for UITableView/CollectionViewDataSourcePrefetching? Really?

Not to mention the lack of a flow layout - literally, the default collection view layout.

#SwiftUI #UIKit