Dark theme - Improvements

- the keyboard bubble should be darker too
This commit is contained in:
Giom Foret
2017-09-11 22:37:00 +02:00
parent 4f29b3b687
commit 5c5a752aaf
7 changed files with 45 additions and 6 deletions
@@ -77,6 +77,11 @@ limitations under the License.
@param viewControllers the list of viewControllers to display.
@param defaultSelected index of the default selected UIViewController in the list.
*/
- (void)initWithTitles:(NSArray*)titles viewControllers:(NSArray*)viewControllers defaultSelected:(NSUInteger)index;
- (void)initWithTitles:(NSArray*)titles viewControllers:(NSArray*)viewControllers defaultSelected:(NSUInteger)defaultSelected;
/**
Callback used to take into account the change of the user interface theme.
*/
- (void)userInterfaceThemeDidChange;
@end