UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

SOLVED: @EnvironmentObject in classes

Forums > SwiftUI

Is there any way (workaround?) with that i can use @environmentobject in a class?

3      

@EnvironmentObject pulls objects out of the SwiftUI environment, which is only available during the render phase of a View. So, no.

I would question why you think you need to do that in the first place and examine what exactly you are trying to do.

3      

im creating a stopwatch app and i have a class for the timerManager, which increases the timer by one. I d like to use some data in that whuich is set in a view.

3      

close

3      

TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, functional programming, algorithms, and more. Plus it comes with stacks of benefits, including monthly live streams, downloadable projects, a 20% discount on all books, and free gifts!

Find out more

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.