PryceTracker
  1. PryceTracker

iOS

Public
AuthorCommitMessageCommit dateIssues
Christopher FeblesChristopher Febles
f6e20680f14Auto-updated code to Swift 3.Project compiles cleanly.
Christopher FeblesChristopher Febles
fbf1f30de56Updated gitignore to include local playgrounds.Added dictionary entry to Info.plist to allow connection to non-HTTPS endpoints. Added code to connect to REST endpoint and load JSON value from scanned barcode.
Christopher FeblesChristopher Febles
15b63d60796Scanning working as expected and printing to log
Christopher FeblesChristopher Febles
1e20b2689efNow scanning correctly.
Christopher FeblesChristopher Febles
0afc58ecef2Added JetBrains/AppCode files to .gitignore
Christopher FeblesChristopher Febles
f907c26279eMinor updates.Still not working.
Christopher FeblesChristopher Febles
c0a19121d36Initial complete test.Failed.
Christopher FeblesChristopher Febles
357192d58e5Added separate capture delegate.I think I may have to combine this with a new AVCaptureMetadataOutput subclass. Not sure at this point.
Christopher FeblesChristopher Febles
6adf8275e7aAdded Preview to the main storyboard.
Christopher FeblesChristopher Febles
7c7a0e987b8Removed unnecessary initializers.Added initial IBOutlet to ViewController for custom view.
Christopher FeblesChristopher Febles
76a568e36e8Added .gitignoreInitial CameraPreviewView
Christopher FeblesChristopher Febles
bcc39bb15a3Xcode changes.
Christopher FeblesChristopher Febles
43dc96191afInitial Commit