finally Live activities is available!! thank you for a vid
@BabyShipCode4 ай бұрын
Great!
@AntonBrock2 жыл бұрын
Wow! Awesome! Thank you!
@devuzan2 жыл бұрын
it's awesome
@VideoyIvana2 жыл бұрын
Thank you very much !
@GracianoCaldeira Жыл бұрын
Do you have any solution for the bad flickering effect when updating?
@suhwanlim7270 Жыл бұрын
Do you have source code in Swift5 for dynamic island?
2 жыл бұрын
👏👏👏
@borto_ale Жыл бұрын
Thank you for the video, any help on how to update the activity in the background (I'm not talking about push update, but for example if I have a state that I observe and I want to change the activity ui on that state change)
@Kavsoft Жыл бұрын
As of now, I guess the only way to update the live activities is through push notifications.
@borto_ale Жыл бұрын
@@Kavsoft i’m sure that it is possible because it is also mentioned in the apple docs that you can update it using .update(using:) and BackgroundTasks API, but it doesn’t seem to work or be reliable
@martcart Жыл бұрын
Hello can we add live activity in our Objective C project as i tried separately your code in Swift its working but when we add this in Obj. C project it does not gives any issue or warning but activity is not shown can you help me in that how to make it working in objective c project much appreciated if you help in that.
@OflahertyChris Жыл бұрын
Can you make a live activity that pulls from a API in he background
@Mavromatic2 жыл бұрын
Do you have an example with loading images dynamically vs local asset?
@Kavsoft2 жыл бұрын
I’m not getting your idea. Could you please explain a little bit more?
@Mavromatic2 жыл бұрын
@@Kavsoft yeah… loading remote images from url vs local asset catalog. In your example, you are loading the food items via loop, but referencing image by name (locally) not dynamically from remote server. Is this possible?
@tobiashauss2 жыл бұрын
Nice vid! Is there a way to stop a timer running in the live activity? For example if you have a Text view which counts from 10 seconds down: Text(Date().addingTimeInterval(10), style: .timer)? If the time is up, it will count upwards. Is there a way to stop it also in live activity?
@pistonsky Жыл бұрын
Yes, you can specify `pauseTime` (next to `countsDown`), just hover over `countsDown` and tap "show quick documentation" in Xcode.
@tobiashauss Жыл бұрын
@@pistonsky Thanks for the hint!
@ankurkalkani54622 жыл бұрын
Awesome!
@MinhHo-o8b Жыл бұрын
image url server not working, Do you help me?
2 жыл бұрын
DONE! 👏🚀
@hamzahashmi6296 Жыл бұрын
I keep updating live activity for 1 second interval to show the circular progress bar filling slowly as timer countdown begins but I also have Image View in Live Activity and it keeps fading in and out after every seconds. Any Solution?
@denisblack98972 жыл бұрын
5k views... this is pure gold, thank you so much
@TheSuny12342 жыл бұрын
I'm not able to add some components of iOS 16 Beta 4 like ActivityConfiguration in me Xcode 14 non-beta version. Any help