Solved some bugs in UI for iphone SE
This commit is contained in:
parent
8bf785bf38
commit
e2649847ef
|
@ -7,7 +7,7 @@
|
|||
<key>BaseLibrary.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<key>Verdnaturaventas.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
Binary file not shown.
|
@ -319,7 +319,7 @@
|
|||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wpn-Qt-7HE">
|
||||
<rect key="frame" x="15" y="0.0" width="290" height="30"/>
|
||||
<rect key="frame" x="15" y="0.0" width="290" height="29.5"/>
|
||||
<fontDescription key="fontDescription" name="Roboto-Regular" family="Roboto" pointSize="20"/>
|
||||
<color key="textColor" red="0.62860941889999999" green="0.62909907099999995" blue="0.62868529559999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<nil key="highlightedColor"/>
|
||||
|
@ -1605,7 +1605,7 @@
|
|||
<placeholder placeholderIdentifier="IBFirstResponder" id="UKE-4f-8cl" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
<exit id="30g-Dp-Trf" userLabel="Exit" sceneMemberID="exit"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="1186" y="2752"/>
|
||||
<point key="canvasLocation" x="760" y="2776"/>
|
||||
</scene>
|
||||
<!--View Search-->
|
||||
<scene sceneID="O07-My-HzE">
|
||||
|
|
|
@ -71,7 +71,11 @@ class ViewPanel: UITableViewController {
|
|||
ControllerPreferences.borrarUsuario()
|
||||
aplication.cliente = ClienteVentas()
|
||||
aplication.createOrder()
|
||||
self.performSegue(withIdentifier: "segueLogout", sender: self)
|
||||
//self.performSegue(withIdentifier: "segueLogout", sender: self)
|
||||
let storyboard = UIStoryboard(name: "Main", bundle: nil)
|
||||
let appDelegate = UIApplication.shared.delegate as! AppDelegate
|
||||
appDelegate.window?.rootViewController = storyboard.instantiateInitialViewController()
|
||||
|
||||
}
|
||||
|
||||
func createNavigation()
|
||||
|
|
Loading…
Reference in New Issue