Jenna Hagin

Human Resources Manager at Georgia Heritage FCU

Jenna Hagin has been working in the Human Resources field since 2013. Jenna began their career at Target as an Executive Team Leader General Merchandise in 2013, then moved to Executive Team Leader Specialty Sales and ETL-HR. In 2022, they began working as a Human Resources Manager at Georgia Heritage Federal Credit Union.

Q: How to make a singleton class in swift

A: To make a singleton class in Swift, you need to create a class with a shared instance property and a private initializer. The shared instance property should be of the same type as the class itself and should be marked as a static constant. The private initializer should be marked as private so that it cannot be accessed outside of the class.

Here is an example of a singleton class in Swift:

class Singleton {

static let sharedInstance = Singleton()

private init() {}

}

Links

Previous companies

Target logo

Timeline

  • Human Resources Manager

    September, 2022 - present