Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/customization and some bug fixes #402

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

failynsedik
Copy link

@failynsedik failynsedik commented Oct 30, 2019

Added a few more customization of the UI.

This can be used just the same as the other config properties, like so:

let config = BConfiguration.init()

config.chatBgColor = "aeaeae"
config.addShadowToMessageBubble = true
// etc.

BChatSDK.initialize(config, app: application, options: launchOptions)

If the added customizations are not set, then the UI will be just like nothing was added, just the base UI itself.

@failynsedik
Copy link
Author

I believe changes starting from commit ff21242 is not necessary, but I am not quite sure. I think the "unrecognized selector" crash is only happening because of an update in the library. For more info, I came to this conclusion because of the following:

https://stackoverflow.com/questions/22932402/unrecognized-selector-sent-to-instance-on-ifbool#comment35019597_22933656

@failynsedik failynsedik changed the title Feature/customization Feature/customization and some bug fixes Jan 14, 2020
@failynsedik
Copy link
Author

failynsedik commented Feb 21, 2020

Currently separating this pull request into their own branches and pull requests for easier review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant