mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-29 06:56:46 -04:00
Download popover
This commit is contained in:
parent
86048e72cb
commit
c2986487a4
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"filename" : "down-arrow-square-button.png",
|
"filename" : "down-arrow.png",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
BIN
Kiwix-iOS/Assets.xcassets/Library/Download/Download.imageset/down-arrow.png
vendored
Normal file
BIN
Kiwix-iOS/Assets.xcassets/Library/Download/Download.imageset/down-arrow.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -183,7 +183,7 @@
|
|||||||
</segue>
|
</segue>
|
||||||
</connections>
|
</connections>
|
||||||
</barButtonItem>
|
</barButtonItem>
|
||||||
<barButtonItem title="Downloading" id="dtT-qi-KWI">
|
<barButtonItem image="Download" id="dtT-qi-KWI">
|
||||||
<connections>
|
<connections>
|
||||||
<segue destination="slW-nF-UiF" kind="popoverPresentation" popoverAnchorBarButtonItem="dtT-qi-KWI" id="NDd-oj-RlO">
|
<segue destination="slW-nF-UiF" kind="popoverPresentation" popoverAnchorBarButtonItem="dtT-qi-KWI" id="NDd-oj-RlO">
|
||||||
<popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/>
|
<popoverArrowDirection key="popoverArrowDirection" up="YES" down="YES" left="YES" right="YES"/>
|
||||||
@ -419,7 +419,7 @@
|
|||||||
</constraints>
|
</constraints>
|
||||||
</view>
|
</view>
|
||||||
<navigationItem key="navigationItem" id="nXq-yo-F6Y">
|
<navigationItem key="navigationItem" id="nXq-yo-F6Y">
|
||||||
<barButtonItem key="leftBarButtonItem" image="Cross" id="BM0-SY-e5W">
|
<barButtonItem key="leftBarButtonItem" style="done" systemItem="done" id="BM0-SY-e5W">
|
||||||
<connections>
|
<connections>
|
||||||
<action selector="dismissButtonTapped:" destination="n7s-WF-MFQ" id="mbv-HZ-AaN"/>
|
<action selector="dismissButtonTapped:" destination="n7s-WF-MFQ" id="mbv-HZ-AaN"/>
|
||||||
</connections>
|
</connections>
|
||||||
@ -431,12 +431,13 @@
|
|||||||
</viewController>
|
</viewController>
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="Rra-HQ-Ajz" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Rra-HQ-Ajz" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
</objects>
|
</objects>
|
||||||
<point key="canvasLocation" x="1445.5999999999999" y="-2118.8905547226386"/>
|
<point key="canvasLocation" x="1622" y="-2119"/>
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
<resources>
|
<resources>
|
||||||
<image name="Cross" width="16" height="16"/>
|
<image name="Cross" width="16" height="16"/>
|
||||||
<image name="Dots" width="16" height="16"/>
|
<image name="Dots" width="16" height="16"/>
|
||||||
|
<image name="Download" width="16" height="16"/>
|
||||||
<image name="LanguageFilter" width="16" height="16"/>
|
<image name="LanguageFilter" width="16" height="16"/>
|
||||||
</resources>
|
</resources>
|
||||||
</document>
|
</document>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user