maddalihanumateja / Share-With-Images

AR iOS app for a vision-based tangible interface
1 stars 1 forks source link

#11 Added a tab bar controller that can be used to switch between the camera and image table #12

Closed maddalihanumateja closed 6 years ago

maddalihanumateja commented 6 years ago

Resolves #11 . The AR Camera is set as the default scene. The tab buttons ideally shouldn't be visible when editing (but not adding) individual images. When adding images the cancel button doesn't seem to be working Need to create issues later and fix this.

maddalihanumateja commented 6 years ago

Also resolved #14 in the process. Changed the cancel button code to look at the presenting view controller's title (added these to every view controller) instead of its class type.