gini / gini-mobile-ios

Monorepo for Gini iOS SDKs
Other
6 stars 2 forks source link

Pia 4102 allow customization of background colors on all help screens #370

Closed ValentinaIancu-Gini closed 1 year ago

ValentinaIancu-Gini commented 1 year ago

PIA-4102

ValentinaIancu-Gini commented 1 year ago

Unfortunately, for the Gini Bank SDK Example the new introduced configuration options will not work. To make it work we need to add them in

  • public func captureConfiguration() -> GiniConfiguration and
  • public func updateConfiguration(withCaptureConfiguration configuration: GiniConfiguration)

We need those additional steps because we modify the screens which are inside Capture SDK from Bank SDK. Check how onboardingCurrentPageIndicatorColor is used inside GiniBankConfiguration file 😇

Ohh, thanks for telling me. I've updated the pr accordingly.