JamitLabs / JamitFoundation

JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
MIT License
10 stars 5 forks source link

Split up @Secured Initializers #67

Closed iComputerfreak closed 6 months ago

iComputerfreak commented 6 months ago

This is an amendment to PR #66, which splits up the initializer into one providing a default argument and one not providing one. This allows us to differentiate between whether a default value was given as nil, or whether it was not provided at all.

This is necessary to prevent error logs when a default value of nil was given.