#widgetkit — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #widgetkit, aggregated by home.social.
-
Книга про разработку под iOS на русском: разбираем единственный актуальный учебник по SwiftUI
Если набрать в поиске «книга по SwiftUI на русском», результаты будут неожиданно скромными. Такие издания есть, но они либо выпущены уже довольно давно (как, например, наша книга Александра Казанцева , либо представлены на английском, либо доступны в формате он-лайн курсов разной степени полноты. Печатная книга по актуальной разработке под iOS - явление нынче редкое. Месяц назад мы выпустили перевод книги «iOS 18 App Development Essentials» Нила Смита — автора, которого англоязычное сообщество знает по многолетней серии учебников по разработке приложений под платформы Apple и Android. Книга вышла под названием « Что внутри?
https://habr.com/ru/companies/bhv_publishing/articles/1022756/
#iOS #SwiftUI #Swift #Xcode #мобильная_разработка #App_Store #WidgetKit #мобильная_разработка_и_дизайн
-
I’ve been exploring WidgetKit in iOS 26 by building a Step Counter widget and documenting what I learned.
This isn’t an App Store release. It’s an intentional build used to understand system surfaces, constraints, and tradeoffs.
-
I’ve been exploring WidgetKit in iOS 26 by building a Step Counter widget and documenting what I learned.
This isn’t an App Store release. It’s an intentional build used to understand system surfaces, constraints, and tradeoffs.
-
I’ve been exploring WidgetKit in iOS 26 by building a Step Counter widget and documenting what I learned.
This isn’t an App Store release. It’s an intentional build used to understand system surfaces, constraints, and tradeoffs.
-
I’ve been exploring WidgetKit in iOS 26 by building a Step Counter widget and documenting what I learned.
This isn’t an App Store release. It’s an intentional build used to understand system surfaces, constraints, and tradeoffs.
-
I’ve been exploring WidgetKit in iOS 26 by building a Step Counter widget and documenting what I learned.
This isn’t an App Store release. It’s an intentional build used to understand system surfaces, constraints, and tradeoffs.
-
These iPad Lockscreen #WidgetKit widgets for PDX Transit have been fun to build too! :) There are two: one with shortcuts to the app and another showing your top 4 bookmarks.
Wallpaper from @BasicAppleGuy which is also the default wallpaper included in the original iPad with Retina display.
-
Apple has Sample Code for their new Control Center widgets online. It's incomplete but it also doesn't work. Or at least I cannot for the life of me figure out how to make it work. In fact, I don't think anyone can.
This is so that a Control Center button can open to your app to a specific view which are defined in the `AppEnum` you see here but unless you have more than one enum value, it won't even call your `OpenIntent`.
Makes dev so frustrating.
-
I ended up adding the large size widget for the single transit stop widget which links you to its service alerts in the app. I’m happy with these. 😊
#widgetkit #swiftui #pdxtransit #publictransit #portland #trimet
-
I learned a lot about using #WidgetKit these past 8 days. I created two types of Widgets for #PDXTransit based on the bookmarks you save in the app 😊 Still tweaking the UI though but you get the idea.
-
Still tinkering with the styling of my #WidgetKit widget for #PDXTransit.
-
Not quite done yet but this Widget with your bookmarked transit stops for #Trimet is feeling more and more real! It works too! 🤓
#WidgetKit #SwiftUI #PDXTransit #PDX #Portland #PublicTransit
-
In a #LiveActivity widget, it seems a subview is always re rendered even if the content doesn't change.
Normal?
This breaks my timer animation because I update the content regularly in the background. In an app, if the date variable doesn't change, the View is not re rendered.
#WidgetKit #ActivityKit #iOSdev #buildinpublic #indiedev #swiftui
cc @_Davidsmith you have this kind of Text timer + background location services in your app iirc. Have you faced this?
-
In a #LiveActivity widget, it seems a subview is always re rendered even if the content doesn't change.
Normal?
This breaks my timer animation because I update the content regularly in the background. In an app, if the date variable doesn't change, the View is not re rendered.
#WidgetKit #ActivityKit #iOSdev #buildinpublic #indiedev #swiftui
cc @_Davidsmith you have this kind of Text timer + background location services in your app iirc. Have you faced this?
-
In a #LiveActivity widget, it seems a subview is always re rendered even if the content doesn't change.
Normal?
This breaks my timer animation because I update the content regularly in the background. In an app, if the date variable doesn't change, the View is not re rendered.
#WidgetKit #ActivityKit #iOSdev #buildinpublic #indiedev #swiftui
cc @_Davidsmith you have this kind of Text timer + background location services in your app iirc. Have you faced this?
-
In a #LiveActivity widget, it seems a subview is always re rendered even if the content doesn't change.
Normal?
This breaks my timer animation because I update the content regularly in the background. In an app, if the date variable doesn't change, the View is not re rendered.
#WidgetKit #ActivityKit #iOSdev #buildinpublic #indiedev #swiftui
cc @_Davidsmith you have this kind of Text timer + background location services in your app iirc. Have you faced this?
-
In a #LiveActivity widget, it seems a subview is always re rendered even if the content doesn't change.
Normal?
This breaks my timer animation because I update the content regularly in the background. In an app, if the date variable doesn't change, the View is not re rendered.
#WidgetKit #ActivityKit #iOSdev #buildinpublic #indiedev #swiftui
cc @_Davidsmith you have this kind of Text timer + background location services in your app iirc. Have you faced this?
-
Does anyone know how to have the background color for a Live Activity full screen?
According to the "Design dynamic Live Activities" video from #WWDC23, it should be the case when we use a background to the View but it does not work for me.