This commit is contained in:
2024-05-03 18:18:06 +02:00
parent 4461eb428b
commit 1a880cecae
4 changed files with 104 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# iOS Tree Height Measuring App
This repository contains an App for iOS written in Swift to measure the height of trees (or any other object).
## Contents
- [User Guide](UserGuide.md)
- [How does it work?](How.md)
- [Developer Guide](Develop.md)