Skip to content

v1.1

Compare
Choose a tag to compare
@cgmaier cgmaier released this 27 Aug 21:45
cfaf634
  • option to remove checkered background for stickers via showCheckeredBackground setting
  • fix dimBackground setting
  • GiphyViewController now inherits the status bar appearance of its presentingViewController
  • we maintain our own version of YYImage inside the SDK. this release renames these YYImage classes to GiphyYYImage to avoid the possibility of name conflicts in the case than an app already depends on a instance of YYImage
  • allow devs to set a custom height of GiphyViewController via GiphyViewController.trayHeightMultiplier. this value represents the percentage of the presenting controller's height which the tray "snaps" to (this setting is exclusive to waterfall layout)
  • under-the-hood refactor around to improve grid component reusability (for internal use only)