GeoTrackKit
GeoTrackKit copied to clipboard
Example App: Sharing the Geo JSON file
Background
Exporting JSON wasn't very useful (the filename seemed to always be: .json) and I couldn't get other apps to open the file. So I did some research and added some fixes.
Features Implemented
- [x] New JSON file type can be exported:
.gtj
Notes
- A shout out to Ray Wenderlich's tutorial on UIActivityViewController - sharing data
Checklist
- [x] Appropriate label has been added to this PR (i.e., Bug, Feature, Under Construction, etc.).
- [ ] N/A ~Documentation has been added to all
open,public, andinternalscoped methods and properties.~ - [ ] Deferred ~Tests have have been added to all new features.~
- [ ] N/A ~Image/GIFs have been added for all UI related changed.~