Skip to content

Commit

Permalink
fix in navigationbar for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Apr 4, 2024
1 parent ebd39cb commit 8e5f92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DXFeedFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3083,7 +3083,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 485XM3FRHB;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Samples/QuoteTableApp/Info.plist;
Expand Down Expand Up @@ -3117,7 +3117,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 485XM3FRHB;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Samples/QuoteTableApp/Info.plist;
Expand Down
7 changes: 4 additions & 3 deletions Samples/QuoteTableApp/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Fbd-3S-cKV">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Fbd-3S-cKV">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
Expand Down Expand Up @@ -164,7 +164,8 @@
<objects>
<navigationController id="K92-C7-2Ps" sceneMemberID="viewController">
<navigationItem key="navigationItem" id="zwv-wN-jVz"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="c6T-d2-04B">
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" barStyle="black" prompted="NO"/>
<navigationBar key="navigationBar" contentMode="scaleToFill" barStyle="black" id="c6T-d2-04B">
<rect key="frame" x="0.0" y="0.0" width="393" height="56"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
Expand Down

0 comments on commit 8e5f92c

Please sign in to comment.