فهرست منبع

Tweak for view timer and info table width

Jon Fawcett 6 سال پیش
والد
کامیت
3d0ef16c3c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      LoopFollow/Application/Base.lproj/Main.storyboard
  2. 1 1
      LoopFollow/ViewControllers/MainViewController.swift

+ 1 - 1
LoopFollow/Application/Base.lproj/Main.storyboard

@@ -74,7 +74,7 @@
                                         <rect key="frame" x="198" y="0.0" width="200" height="252"/>
                                         <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                                         <constraints>
-                                            <constraint firstAttribute="width" priority="750" constant="200" id="Gxe-cX-1oe"/>
+                                            <constraint firstAttribute="width" priority="750" constant="250" id="Gxe-cX-1oe"/>
                                         </constraints>
                                         <prototypes>
                                             <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="LabelCell" textLabel="gif-qe-9mv" detailTextLabel="hfT-xF-eNt" style="IBUITableViewCellStyleValue1" id="GJo-f1-ajA">

+ 1 - 1
LoopFollow/ViewControllers/MainViewController.swift

@@ -200,7 +200,7 @@ class MainViewController: UIViewController, UITableViewDataSource, ChartViewDele
                                      target: self,
                                      selector: #selector(MainViewController.viewTimerDidEnd(_:)),
                                      userInfo: nil,
-                                     repeats: true)
+                                     repeats: false)
     }
     
     // Check for new data when timer ends