From dcac1533d2236b3b537efc3bca17feded0f0c435 Mon Sep 17 00:00:00 2001 From: Zaphod Beeblebrox Date: Tue, 21 May 2024 00:37:01 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d69192..c123e35 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,8 @@ Timer is released under the MIT license. See [LICENSE][License] for details. [CalendarView] - Create your own calendar object in no time
[GridView] - Lay out your data with no effort +
+[CameraView] - The most powerful CameraController. Designed for SwiftUI @@ -196,6 +198,7 @@ Timer is released under the MIT license. See [LICENSE][License] for details. [License]: https://github.com/Mijick/Timer/blob/main/LICENSE [PopupView]: https://github.com/Mijick/PopupView -[Navigattie]: https://github.com/Mijick/Navigattie +[NavigationView]: https://github.com/Mijick/NavigationView [CalendarView]: https://github.com/Mijick/CalendarView [GridView]: https://github.com/Mijick/GridView +[CameraView]: https://github.com/Mijick/CameraView From a01a7854fa9f72cc0625f9542732494c0435657a Mon Sep 17 00:00:00 2001 From: Zaphod Beeblebrox Date: Tue, 21 May 2024 00:38:03 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c123e35..a7ee88e 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Timer is released under the MIT license. See [LICENSE][License] for details. # Our other open source SwiftUI libraries [PopupView] - The most powerful popup library that allows you to present any popup
-[Navigattie] - Easier and cleaner way of navigating through your app +[NavigationView] - Easier and cleaner way of navigating through your app
[CalendarView] - Create your own calendar object in no time