v2.1.5
-
fixes issues with Objective-C interfaces of properties of
GiphyGridController
, including delegate (GPHGridDelegate
) andnumberOfTracks
-
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?)