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
41 stars 5 forks source link

Adding inline docs for `ProfileViewConfiguration` #264

Closed etoledom closed 5 months ago

etoledom commented 5 months ago

Closes #

Description

This PR adds inline docs to the ProfileViewConfiguration structure. I also took the chance to wrap the avatar related configurations in an AvatarConfiguration structure. This is common pattern among UIContentConfiguration.

Testing Steps