Should IBOutlets not use weak references?

In the tutorial for building an iOS app with Fire (https://docs.elementscompiler.com/Tutorials/FirstApp/Fire/iOS/), the IBOutlet variables are declared as normal references, not weak references. Is using normal references necessary and correct? IBOutlets are usually weak references when you’re developing an app with Xcode.

Both should be fine, yes. i’ll update the tutorial.