swiftui-image-viewer
Image viewer built in SwiftUI for both local and remote images. (by Jake-Short)
SwiftlySearch
A small, lightweight UISearchController wrapper for SwiftUI (by thislooksfun)
swiftui-image-viewer | SwiftlySearch | |
---|---|---|
1 | 3 | |
483 | 223 | |
0.0% | - | |
0.0 | 0.0 | |
over 2 years ago | about 4 years ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swiftui-image-viewer
Posts with mentions or reviews of swiftui-image-viewer.
We have used some of these posts to build our list of alternatives
and similar projects.
SwiftlySearch
Posts with mentions or reviews of SwiftlySearch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-01.
-
How can I accomplish this Search Bar transition into Navigation Bar when tapped? in SwifUI
If you don’t want to recreate it by hand, you have to wrap UISearchController from UIKit. Here you can find a package which does this.
-
Help - Using a searchBar with an API request
Don't know how you want to design your view, but here is a great package which not only wraps UISearchbar but the whole UISearchController stuff in a handy SwiftUI like API.
-
How would you make this? (Specifically regarding the search bar)
This is just UISearchController from UIKit, it comes with this animation when you focus the search field out of the box. SwiftUI doesn’t have a counterpart for this at the moment, but if you don’t want to rebuild it from scratch you can wrap the UIKit stuff as usual. You can find a package which provides you an easy to use represantable here.
What are some alternatives?
When comparing swiftui-image-viewer and SwiftlySearch you can also consider the following projects:
SwiftTabler - A multi-platform SwiftUI component for tabular data
Pigeon - Async state management for SwiftUI (and UIKit) 🐦
RichText - Easily show RichText(html) in SwiftUI
nuage-macos - A native SoundCloud app for macOS, written in SwiftUI
ScalingHeaderScrollView - A scroll view with a sticky header which shrinks as you scroll. Written with SwiftUI.
Planet-Earth - Application that shows information from various sources of data for Planet Earth, using SwiftUI.