Skip to content

Commit

Permalink
Merge pull request #2 from PredixDev/TimeSeriesExaple
Browse files Browse the repository at this point in the history
Time series example
  • Loading branch information
jeremyosterhoudt authored Mar 15, 2018
2 parents 33c37a1 + 8e65b8a commit bf2a070
Show file tree
Hide file tree
Showing 15 changed files with 925 additions and 23 deletions.
3 changes: 1 addition & 2 deletions Examples/GettingStarted/GettingStarted/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import UIKit
import PredixSDK

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
Expand All @@ -16,5 +16,4 @@ class ViewController: UIViewController {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<outlet property="signInButton" destination="DKQ-oA-Vor" id="GM0-8u-ceu"/>
<outlet property="statusLabel" destination="e3S-Ml-oKP" id="4AY-NI-0OV"/>
<outlet property="usernameTextField" destination="WK3-oL-AwK" id="N6x-up-NdU"/>
<segue destination="yjf-LG-95d" kind="presentation" identifier="onlineAPI" modalTransitionStyle="coverVertical" id="IcZ-8M-YRw"/>
<segue destination="eVN-BT-ISI" kind="presentation" identifier="onlineAPI" id="w5A-bd-i2Y"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
Expand All @@ -76,6 +76,7 @@
<!--Online API Demo-->
<scene sceneID="S9u-Yn-hyV">
<objects>
<placeholder placeholderIdentifier="IBFirstResponder" id="tLQ-fa-AMv" userLabel="First Responder" sceneMemberID="firstResponder"/>
<viewController id="eVN-BT-ISI" customClass="OnlineAPIViewController" customModule="OnlineAPIDemo" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="HFY-Vj-MVG">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
Expand Down Expand Up @@ -117,27 +118,8 @@
<outlet property="statusLabel" destination="glb-0o-laX" id="Y4w-Uy-oMZ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="tLQ-fa-AMv" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="2037.5999999999999" y="31.934032983508249"/>
</scene>
<!--Online API Demo-->
<scene sceneID="MgI-hj-lvC">
<objects>
<navigationController title="Online API Demo" automaticallyAdjustsScrollViewInsets="NO" id="yjf-LG-95d" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="1K0-Gr-ce8">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="eVN-BT-ISI" kind="relationship" relationship="rootViewController" id="3uL-po-NDv"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="SqY-zH-bwr" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="977" y="32"/>
<point key="canvasLocation" x="804" y="32"/>
</scene>
</scenes>
</document>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "0"
version = "2.0">
</Bucket>
Loading

0 comments on commit bf2a070

Please sign in to comment.