ios-nav-status-color-plugin
v0.0.13
Published
set background color of ios nav bar and status bar
Downloads
4
Readme
ios-nav-status-color-plugin
set background color of ios nav bar and status bar
Install
npm install ios-nav-status-color-plugin
npx cap sync
API
setNavigationBarColor(...)
setNavigationBarColor(options: { color: string; }) => Promise<void>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { color: string; } |
setStatusBarColor(...)
setStatusBarColor(options: { color: string; }) => Promise<void>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { color: string; } |