Skip to content

Commit

Permalink
Final Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
martingdela committed Nov 26, 2018
1 parent d63fc9f commit d0a161e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Musgravite/Controller/DetailViewController.swift"
timestampString = "564904426.326576"
timestampString = "564952332.736509"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "205"
endingLineNumber = "205"
startingLineNumber = "204"
endingLineNumber = "204"
landmarkName = "getData(_:_:_:)"
landmarkType = "7">
</BreakpointContent>
Expand Down Expand Up @@ -42,11 +42,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Musgravite/Controller/DetailViewController.swift"
timestampString = "564904426.327051"
timestampString = "564952332.73735"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "206"
endingLineNumber = "206"
startingLineNumber = "205"
endingLineNumber = "205"
landmarkName = "getData(_:_:_:)"
landmarkType = "7">
</BreakpointContent>
Expand Down
9 changes: 5 additions & 4 deletions Musgravite/Controller/DetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,19 @@ class DetailViewController: UIViewController, UICollectionViewDelegate, UICollec

override func viewDidLoad() {
super.viewDidLoad()


SVProgressHUD.setDefaultMaskType(.black)
presentStaticContent()
/* WatchKit connectivity */
if WCSession.isSupported() {
wcSession = WCSession.default
wcSession.delegate = self
wcSession.activate()
if wcSession.isPaired {
watchSend.isHidden = true
}
// if wcSession.isPaired {
// watchSend.isHidden = true
// }
}
print("scoop")
button3D.isHidden = true
/* MapKit Delegate */
mapOutlet.delegate = self
Expand Down

0 comments on commit d0a161e

Please sign in to comment.