diff --git a/iphone/Classes/TiUIWindowProxy.m b/iphone/Classes/TiUIWindowProxy.m index 556a4703c67..06bc88685ec 100644 --- a/iphone/Classes/TiUIWindowProxy.m +++ b/iphone/Classes/TiUIWindowProxy.m @@ -755,7 +755,7 @@ -(void)updateTitleView #ifndef TI_USE_AUTOLAYOUT barBounds.size = SizeConstraintViewWithSizeAddingResizing(titleControl.layoutProperties, titleControl, availableTitleSize, NULL); #endif - [TiUtils setView:oldView positionRect:[TiUtils centerRect:barBounds inRect:barFrame]]; + [oldView setBounds:barBounds]; [oldView setAutoresizingMask:UIViewAutoresizingNone]; //layout the titleControl children diff --git a/iphone/iphone/LaunchScreen.storyboard b/iphone/iphone/LaunchScreen.storyboard index 4c2cf4ab59a..13fe2b851f0 100644 --- a/iphone/iphone/LaunchScreen.storyboard +++ b/iphone/iphone/LaunchScreen.storyboard @@ -1,13 +1,11 @@ - + - - @@ -24,17 +22,17 @@ - + - + + - - - + + @@ -46,6 +44,6 @@ - +