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:
parent
54f65256e2
commit
8152b21bf2
1 changed files with 0 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue