Skip to content

v2.1.5

Compare
Choose a tag to compare
@cgmaier cgmaier released this 17 Feb 17:21
  • fixes issues with Objective-C interfaces of properties of GiphyGridController, including delegate (GPHGridDelegate) and numberOfTracks

  • exposing GPHGridDelegate to Objective-C required changing one of the protocol methods from:

func contentDidUpdate(result: Result<Int, Error>)

to

@objc func contentDidUpdate(resultCount: Int, error: Error?)