Skip to content

v1.0.1

Compare
Choose a tag to compare
@cgmaier cgmaier released this 17 Jul 16:00
19fc359

v1.0.1 addresses some minor developer feedback

  1. Enable Bitcode
  2. The GiphyDelegate method func didSelectMedia(giphyViewController: GiphyViewController, media: GPHMedia) now returns the GiphyViewController instance in addition to the selected media, so you can easily dismiss it.

This reinforces our recommendation that the presenting view controller should not maintain a reference to the GiphyViewController and a new GiphyViewController should be recreated every time it is presented.