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

Add avatar tap handler and a delegate method for it #250

Closed pinarol closed 5 months ago

pinarol commented 5 months ago

Closes https://github.com/Automattic/Gravatar-SDK-iOS/issues/242

Description

It is highly possible that a 3rd party app wants to handle avatar taps so this PR adds a delegate method for that.

Testing Steps

Demo app > Profile Cards It prints some stuff when avatar is tapped.