TwitterKit recently added support for native viewing of videos and gifs from tweets. When an image in a tweet is tapped, the tweetView:didTapImage:withURL: delegate method is called. If the image is a video or gif, it is played by the default iOS video player. I feel as if the current way gifs are viewed is a bit lacking, for example they don’t loop like they do in the native Twitter app. Is there any way to override the default viewing and implement it in a custom viewcontroller?