GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 59 forks source link

Tag views from code #3

Closed ozmica closed 5 years ago

ozmica commented 5 years ago

Hi, awesome work! Is it possible to tag views from code behind?

Phenek commented 5 years ago

There is an exemple:

_image is your Xamarin Forms Element.

Transition.SetTag(_image, TagValue);
Transition.SetTagGroup(_image, TagGroupValue);
GiampaoloGabba commented 5 years ago

Already answered by @Phenek , thank you!