Animals Encyclopedia App created using SwiftUI. Implements SwiftUI Grid, MapKit, JSON parsing, Video Player, and many more.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Create Credits View with Custom Modifier and use Mac Catalyst to transfer the iOS app to the fully fledge MacOS application.
d333d8cView on GitHubCreate iMessage Sticker Extension Pack with 6 stickers.
16d792eView on GitHubImplement complex 1/2/3 column grid in the content view with toolbar icons.
ff5a742View on GitHubImplement toolbar buttons for the list view and grid view with conditional rendering of the content view.
0fb9268View on GitHubImplement gallery view with Grid Layout as LazyVGrid with slider to change columns numbers and a heptic onTap gesture.
f072e18View on GitHubImplement circle animation to the gallery view with Geometry Reader.
ad7c476View on GitHubRefactor map's info panel view as a separate SwiftUI view file
1114d49View on GitHubImplement custom annotation view with animation to the Map and a info panel to show latitude and longitude of the center of the map region.
8d4518eView on GitHubCreate the MapView page using MapKit with Custom Annotations.
7a8487fView on GitHubImplement Video Player View to all the video list items using AVKit and auto play feature.
fde8a9cView on GitHubImplement video list view with shuffle toolbar button and haptic feedback when the shuffle is clicked.
4f1314cView on GitHubComplete detail view and implement MapKit to display embedded map with links.
7634f53View on GitHubImplement detail view with Navigation Link to the animal list items.
65facd8View on GitHubImplement Swift Generics to be able to decode any JSON file with JSON objects in an array, and create custom animal list item view.
ff49dcaView on GitHub