ios-nav-status-color-plugin
v0.0.13
Published
set background color of ios nav bar and status bar
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 syncAPI
setNavigationBarColor(...)
setNavigationBarColor(options: { color: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
setStatusBarColor(...)
setStatusBarColor(options: { color: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
