Skip to content

Commit bf2a070

Browse files
Merge pull request #2 from PredixDev/TimeSeriesExaple
Time series example
2 parents 33c37a1 + 8e65b8a commit bf2a070

File tree

15 files changed

+925
-23
lines changed

15 files changed

+925
-23
lines changed

Examples/GettingStarted/GettingStarted/ViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import UIKit
66
import PredixSDK
77

88
class ViewController: UIViewController {
9-
9+
1010
override func viewDidLoad() {
1111
super.viewDidLoad()
1212
// Do any additional setup after loading the view, typically from a nib.
@@ -16,5 +16,4 @@ class ViewController: UIViewController {
1616
super.didReceiveMemoryWarning()
1717
// Dispose of any resources that can be recreated.
1818
}
19-
2019
}

Examples/OnlineAPI/OnlineAPIDemo/OnlineAPIDemo/Base.lproj/Main.storyboard

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<outlet property="signInButton" destination="DKQ-oA-Vor" id="GM0-8u-ceu"/>
6767
<outlet property="statusLabel" destination="e3S-Ml-oKP" id="4AY-NI-0OV"/>
6868
<outlet property="usernameTextField" destination="WK3-oL-AwK" id="N6x-up-NdU"/>
69-
<segue destination="yjf-LG-95d" kind="presentation" identifier="onlineAPI" modalTransitionStyle="coverVertical" id="IcZ-8M-YRw"/>
69+
<segue destination="eVN-BT-ISI" kind="presentation" identifier="onlineAPI" id="w5A-bd-i2Y"/>
7070
</connections>
7171
</viewController>
7272
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
@@ -76,6 +76,7 @@
7676
<!--Online API Demo-->
7777
<scene sceneID="S9u-Yn-hyV">
7878
<objects>
79+
<placeholder placeholderIdentifier="IBFirstResponder" id="tLQ-fa-AMv" userLabel="First Responder" sceneMemberID="firstResponder"/>
7980
<viewController id="eVN-BT-ISI" customClass="OnlineAPIViewController" customModule="OnlineAPIDemo" customModuleProvider="target" sceneMemberID="viewController">
8081
<view key="view" contentMode="scaleToFill" id="HFY-Vj-MVG">
8182
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
@@ -117,27 +118,8 @@
117118
<outlet property="statusLabel" destination="glb-0o-laX" id="Y4w-Uy-oMZ"/>
118119
</connections>
119120
</viewController>
120-
<placeholder placeholderIdentifier="IBFirstResponder" id="tLQ-fa-AMv" userLabel="First Responder" sceneMemberID="firstResponder"/>
121-
</objects>
122-
<point key="canvasLocation" x="2037.5999999999999" y="31.934032983508249"/>
123-
</scene>
124-
<!--Online API Demo-->
125-
<scene sceneID="MgI-hj-lvC">
126-
<objects>
127-
<navigationController title="Online API Demo" automaticallyAdjustsScrollViewInsets="NO" id="yjf-LG-95d" sceneMemberID="viewController">
128-
<toolbarItems/>
129-
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="1K0-Gr-ce8">
130-
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
131-
<autoresizingMask key="autoresizingMask"/>
132-
</navigationBar>
133-
<nil name="viewControllers"/>
134-
<connections>
135-
<segue destination="eVN-BT-ISI" kind="relationship" relationship="rootViewController" id="3uL-po-NDv"/>
136-
</connections>
137-
</navigationController>
138-
<placeholder placeholderIdentifier="IBFirstResponder" id="SqY-zH-bwr" userLabel="First Responder" sceneMemberID="firstResponder"/>
139121
</objects>
140-
<point key="canvasLocation" x="977" y="32"/>
122+
<point key="canvasLocation" x="804" y="32"/>
141123
</scene>
142124
</scenes>
143125
</document>

Examples/PredixSDKForiOSExamples.xcworkspace/contents.xcworkspacedata

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
122 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "0"
4+
version = "2.0">
5+
</Bucket>

0 commit comments

Comments
 (0)