awesomemotive / edd-ios

iOS App for Easy Digital Downloads
0 stars 2 forks source link

Unwrap optionals #97

Closed sunnyratilal closed 7 years ago

sunnyratilal commented 7 years ago

After migrating to Swift 3, enforced type safety constraints have made unwrapping optionals that tad more difficult.

When interpolating Strings, the unwrapping must be implicit in lieu of being explicit.