Commit 289090880eae04186533afd70f6cd6e5f33979ee

Authored by Trịnh Văn Quân
1 parent fbd62afcf9
Exists in master

version 1.2.2

Showing 4 changed files with 3 additions and 3 deletions Side-by-side Diff

App/Base.lproj/Main.storyboard
... ... @@ -2287,7 +2287,7 @@
2287 2287 <rect key="frame" x="0.0" y="28" width="315" height="44"/>
2288 2288 <autoresizingMask key="autoresizingMask"/>
2289 2289 <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="nHp-pE-xAT" id="ONP-wK-o5X">
2290   - <rect key="frame" x="0.0" y="0.0" width="315" height="43"/>
  2290 + <rect key="frame" x="0.0" y="0.0" width="315" height="44"/>
2291 2291 <autoresizingMask key="autoresizingMask"/>
2292 2292 <subviews>
2293 2293 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6eU-CX-rj2">
App/camera/ALCameraLib/ViewController/CameraViewController.swift
... ... @@ -577,7 +577,7 @@
577 577 }
578 578  
579 579 override open var supportedInterfaceOrientations: UIInterfaceOrientationMask {
580   - return UIInterfaceOrientationMask.landscape
  580 + return UIInterfaceOrientationMask.portrait
581 581 }
582 582 }
App/camera/board/Board.swift
... ... @@ -73,7 +73,7 @@
73 73 self.tvNote.text = " " + node;
74 74 })
75 75 dialog.showTitle("", subTitle: "備考", style: .edit)
76   - edt.becomeFirstResponder()
  76 + //edt.becomeFirstResponder()
77 77 }
78 78  
79 79 @IBAction func dateClick(_ sender: Any) {
Morooka.xcworkspace/xcuserdata/ptran.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type