Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
- Display a profile view or an avatar through ready-to-use UI components.
- Avatar URL calculator based on email and several query options.
- Avatar downloading based on email or url.
UIImageView
extension to directly set the downloaded image.- SwiftUI Avatar component(
AvatarView
) - Built-in image cache (with the ability to inject your own cache).
- Avatar uploading to a Gravatar account.
- Gravatar profile fetching based on email.
- QuickEditor: This customizable sheet allows you to manage your avatar and Gravatar profile. You can select an existing avatar or upload a new one, and it provides a summary of your Gravatar profile.
Follow the steps in the REST API documentation to create a Gravatar API key. You can use some features without an API Key, but you’ll receive limited information, and stricter rate limits may apply, so we highly encourage you to create one in the developer portal.
For installation instructions and examples, see out getting started guide.
You can find some detailed articles, tutorials and API docs via these links:
Gravatar
Check out our Coding Style guide.
Read our Contributing Guide to learn about reporting issues, contributing code, and more ways to contribute.
Gravatar-SDK-iOS is an open source project covered by the Mozilla Public License Version 2.0.