parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
308 stars 69 forks source link

Simplify updating object #408

Open mtrezza opened 2 years ago

mtrezza commented 2 years ago

New Feature / Enhancement Checklist

Current Limitation

While https://github.com/parse-community/Parse-Swift/issues/401 with its PR https://github.com/parse-community/Parse-Swift/pull/406 was a great simplification when updating an object, it still requires special consideration when updating an object.

Specifically:

Feature / Enhancement Description

Further simplify to allow to use obj.key = "value2" without calling any special method.

Example Use Case

Example

Alternatives / Workarounds

Status quo

References

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!