# LGStatusBarManager **Repository Path**: LG-iOS/LGStatusBarManager ## Basic Information - **Project Name**: LGStatusBarManager - **Description**: No description available - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LGStatusBarManager #### 介绍 通过视图控制器分类的方式,添加了控制在当前视图控制器显示的时候是否隐藏状态栏。 #### 使用说明 1. 打开管理器开关 ```objective-c self.lg_enableStatusBarManager = YES; ``` 2. 隐藏状态栏 ```objective-c self.lg_statusBarHidden = YES; ```