YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

iOS-UI - 假夜间模式-VC 屏幕遮住

/******* 假夜间模式 *********/


// 开关
UISwitch *sw = [[UISwitch alloc] initWithFrame:CGRectMake(100, 200, 100, 100)];
[sw addTarget:self action:@selector(swAction:) forControlEvents:UIControlEventValueChanged];
[self.view addSubview:sw];
[sw release];

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »