AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 22 forks source link

SUP-1101: Add header background for modal view #57

Closed lujcheng closed 2 years ago

lujcheng commented 2 years ago

Description

Client Fetch reported an issue of overlapping content in modal view. This was due to the transparent header.

Changes

Added neutral grey background to navigation bar and status bar when Embed framework is initialized with { navigationBarOpaqueBackground: true }


Checklist