答案 0 :(得分:1)
重写此方法以隐藏UIViewController中的状态栏
List<Integer> sorted =
obj.entrySet()
.stream()
.flatMap(e-> Stream.concat(Stream.of(e.getKey()),e.getValue().stream()))
.sorted()
.collect(Collectors.toList());
在Storyboard中,在Attributes Inspector中设置override var prefersStatusBarHidden: Bool {
return true
}
。
答案 1 :(得分:0)
答案 2 :(得分:0)
您可以将启动图像拖到状态栏上方,然后设置约束。