Skip to content

Commit

Permalink
fix empty wallet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Dec 18, 2020
1 parent b8de3a2 commit 7efabd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VergeiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
rateapp,
);
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1230;
ORGANIZATIONNAME = "Verge Currency";
TargetAttributes = {
A3256677211CBA9A006FB08A = {
Expand Down
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.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="Stack View standard spacing" minToolsVersion="9.0"/>
Expand All @@ -20,18 +20,18 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" alpha="0.29999999999999999" contentMode="scaleToFill" axis="vertical" alignment="center" spacingType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="hsW-Pw-Pwo">
<rect key="frame" x="35" y="105.5" width="250" height="106.5"/>
<rect key="frame" x="36" y="105.5" width="248" height="106.5"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Transactions" translatesAutoresizingMaskIntoConstraints="NO" id="gHr-Hb-b29">
<rect key="frame" x="87.5" y="0.0" width="75" height="75"/>
<rect key="frame" x="86.5" y="0.0" width="75" height="75"/>
<color key="tintColor" name="SecondaryLight"/>
<constraints>
<constraint firstAttribute="width" secondItem="gHr-Hb-b29" secondAttribute="height" id="2Lz-Fz-JsT"/>
<constraint firstAttribute="width" constant="75" id="clB-y7-oH1"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="No transactions received yet." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Du1-QS-WUZ">
<rect key="frame" x="11.5" y="83" width="227" height="23.5"/>
<rect key="frame" x="10.5" y="83" width="227" height="23.5"/>
<fontDescription key="fontDescription" name="AvenirNext-DemiBold" family="Avenir Next" pointSize="17"/>
<color key="textColor" name="SecondaryLight"/>
<nil key="highlightedColor"/>
Expand All @@ -40,7 +40,6 @@
</userDefinedRuntimeAttributes>
</label>
</subviews>
<color key="backgroundColor" name="SecondaryDark"/>
</stackView>
</subviews>
<constraints>
Expand All @@ -56,11 +55,8 @@
</objects>
<resources>
<image name="Transactions" width="30" height="30"/>
<namedColor name="SecondaryDark">
<color red="0.094117647058823528" green="0.23529411764705882" blue="0.32941176470588235" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="SecondaryLight">
<color red="0.38823529411764707" green="0.47058823529411764" blue="0.52156862745098043" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.3880000114440918" green="0.47099998593330383" blue="0.5220000147819519" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
</resources>
</document>
11 changes: 3 additions & 8 deletions VergeiOS/Storyboards/Send.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="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="aj0-hD-wgD">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="aj0-hD-wgD">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="Stack View standard spacing" minToolsVersion="9.0"/>
Expand Down Expand Up @@ -392,7 +392,7 @@
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lXu-Y6-FRG">
<rect key="frame" x="44.5" y="343.5" width="211" height="38.5"/>
<rect key="frame" x="45" y="343.5" width="210.5" height="38.5"/>
<string key="text">You don't have any XVG to send.
Please increase your balance.</string>
<fontDescription key="fontDescription" name="AvenirNext-DemiBold" family="Avenir Next" pointSize="14"/>
Expand Down Expand Up @@ -428,11 +428,6 @@ Please increase your balance.</string>
<constraint firstItem="KeC-Cu-FEB" firstAttribute="trailing" secondItem="eEw-RV-ID8" secondAttribute="trailing" id="pvM-b2-EqU"/>
<constraint firstItem="9p4-gg-a9I" firstAttribute="leading" secondItem="KeC-Cu-FEB" secondAttribute="leading" id="tDh-5e-uyv"/>
</constraints>
<variation key="default">
<mask key="subviews">
<exclude reference="9p4-gg-a9I"/>
</mask>
</variation>
</view>
<tabBarItem key="tabBarItem" title="Send" image="Payment" selectedImage="Payment" id="nUu-cc-weU">
<userDefinedRuntimeAttributes>
Expand Down

0 comments on commit 7efabd4

Please sign in to comment.