1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

iOS: Fixed warning about adding rootViewController view to view hierarchy

This commit is contained in:
ed 2020-07-13 15:44:10 +01:00
parent 54f65256e2
commit 8152b21bf2

View file

@ -567,8 +567,6 @@ UIViewComponentPeer::UIViewComponentPeer (Component& comp, int windowStyleFlags,
window.windowLevel = UIWindowLevelAlert;
view.frame = CGRectMake (0, 0, r.size.width, r.size.height);
[window addSubview: view];
}
setTitle (component.getName());