Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
36 stars 1 forks source link

Add basic SwiftUI Avatar picker #318

Closed pinarol closed 1 month ago

pinarol commented 2 months ago

Closes #

Description

Adds a very basic AvatarPickerView. It takes in email and token then,

(We don't have a design yet but when we do, we'll just need to update the UI hopefully. For now all I care about is to handle those states.)

These features don't exists yet:

Testing Steps

Demo app > Avatar Picker View

You can also play with the #Preview items under AvatarPickerView.swift

You will need to capture an accessToken, I captured mine via changes in this branch etoledom/avatar-picker