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      

BUILD THE ULTIMATE PORTFOLIO APP Most Swift tutorials help you solve one specific problem, but in my Ultimate Portfolio App series I show you how to get all the best practices into a single app: architecture, testing, performance, accessibility, localization, project organization, and so much more, all while building a SwiftUI app that works on iOS, macOS and watchOS.

Get it on Hacking with Swift+

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.