3sidedcube / cubefoundation-ios

Extensions, objects, and utilities used across newer 3SC iOS projects.
Apache License 2.0
0 stars 0 forks source link

Update `View+Extensions.swift` to include `if` #5

Closed BenShutt closed 1 year ago

3SCSamDavis commented 1 year ago

As a note: I didn't include this in CubeFoundation just because I wanted to limit its usage. It definitely does have its place, but I wanted to make sure it didn't get used in places where native ifs or modifiers should be used.

BenShutt commented 1 year ago

Hmm yeah, I hear you. You're right about that 🤔. Shall we just add it to projects do you reckon @3SCSamDavis ? 👀

BenShutt commented 1 year ago

Discussed this in Slack. We decided to add documentation around preferring alternatives, but merge anyway due to how commonly it is used.