capacitor-status-bar-ios
v0.0.7
Published
Plugin to change the status bar
Downloads
630
Readme
capacitor-status-bar-ios
Plugin to change the status bar
Install
npm install capacitor-status-bar-ios
npx cap syncAPI
setColor(...)
setColor(options: { color: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
setStyle(...)
setStyle(options: { style: 'light' | 'dark'; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------ |
| options | { style: 'light' | 'dark'; } |
