Skip to content

emartech/ios-mobile-inbox

ios-mobile-inbox

REUSE status

With Emarsys SDK, you can fetch inbox messages for a user.

This library is a plug and play inbox, that you can reuse and customise to your own branding.

Setup

  1. Cocoapods
pod 'EmarsysInbox', :git => 'https://github.com/emartech/ios-mobile-inbox.git'
  1. Init EmarsysInboxController with new()
navigationController?.pushViewController(EmarsysInboxController.new(), animated: true)

Configurable variables

You may customize the view with the static variables in EmarsysInboxConfig .

EmarsysInboxConfig.bodyForegroundColor = .black
var headerBackgroundColor: UIColor?
var headerForegroundColor: UIColor?
var bodyBackgroundColor: UIColor?
var bodyForegroundColor: UIColor?
var bodyTintColor: UIColor?
var bodyHighlightTintColor: UIColor?
var activityIndicatorColor: UIColor?
var favImageOff: UIImage?
var favImageOn: UIImage?
var notOpenedViewColor: UIColor?
var defaultImage: UIImage?
var highPriorityImage: UIImage?

Screenshots

Requirements

The iOS target should be iOS 11 or higher.

Contributing

Should you have any suggestions or bug reports, please raise an Emarsys support request.

Code of Conduct

Please see our Code of Conduct for detail.

Licensing

Please see our LICENSE for copyright and license information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published