国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > iOS > 正文

IOS點(diǎn)擊按鈕隱藏狀態(tài)欄詳解及實(shí)例代碼

2020-07-26 02:56:37
字體:
供稿:網(wǎng)友

IOS點(diǎn)擊按鈕隱藏狀態(tài)欄詳解

前言:

最近學(xué)習(xí)IOS的基礎(chǔ)知識,實(shí)現(xiàn)隱藏狀態(tài)欄的功能,這里就記錄下來,希望對大家有所幫助

實(shí)例代碼:

@interface SecondViewController ()@property (nonatomic, assign,getter=isHideStatus) BOOL hideStatus;@end@implementation SecondViewController- (void)viewDidLoad {  [super viewDidLoad];  self.view.backgroundColor = [UIColor whiteColor];  UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 300, 200)];  button.center = self.view.center;  button.backgroundColor = [UIColor blueColor];  [button setTitle:@"隱藏導(dǎo)航欄" forState:UIControlStateNormal];  [button addTarget:self action:@selector(hideFrame) forControlEvents:UIControlEventTouchUpInside];  [self.view addSubview:button];  self.hideStatus = [UIApplication sharedApplication].statusBarHidden;  // Do any additional setup after loading the view, typically from a nib.}- (void)hideFrame {  [self setNeedsStatusBarAppearanceUpdate];//調(diào)用該方法后系統(tǒng)會調(diào)用prefersStatusBarHidden方法  self.hideStatus = !self.hideStatus;}- (BOOL)prefersStatusBarHidden{  return self.hideStatus;}

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 德钦县| 财经| 长汀县| 临漳县| 汉阴县| 鹿邑县| 长阳| 黎川县| 崇左市| 张掖市| 涞水县| 庆安县| 太仆寺旗| 普兰店市| 秀山| 南宁市| 汶上县| 奈曼旗| 且末县| 卢氏县| 乌鲁木齐市| 阜阳市| 和硕县| 丽水市| 夏河县| 东光县| 临城县| 特克斯县| 武乡县| 临清市| 德清县| 永康市| 故城县| 永修县| 公主岭市| 大厂| 平泉县| 阿拉善左旗| 临沭县| 淮安市| 庆元县|