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      

Hacking with Swift is sponsored by Essential Developer

SPONSORED Join a FREE crash course for mid/senior iOS devs who want to achieve an expert level of technical and practical skills – it’s the fast track to being a complete senior developer! Hurry up because it'll be available only until April 28th.

Click to save your free spot now

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.