1
12
18
4679
43
用swift实现一个灰色的弹层,点击背景隐藏,点击子视图,走子视图的响应。如何实现。
··· (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{NSLo...
··· (void)testLayer{UIView *view = [[UIView alloc] init];view.background...