Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasdom/SwiftUIExperiments
Experiments with SwiftUI
https://github.com/dasdom/SwiftUIExperiments
Last synced: 3 months ago
JSON representation
Experiments with SwiftUI
- Host: GitHub
- URL: https://github.com/dasdom/SwiftUIExperiments
- Owner: dasdom
- License: mit
- Created: 2019-06-16T05:49:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T22:26:27.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:39:23.496Z (7 months ago)
- Language: Swift
- Size: 6.14 MB
- Stars: 116
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUIExperiments
Experiments with SwiftUI# Calculator
![](screenshots/calculator.png)
## Related SwiftUI Bugs
The alignment of the `0` button to the leading edge of `1` and the trailing edge of `2` is not easy. All my attempts resulted in broken layout. For the moment I decided to add a second `0` button. I guess with version 1.0 or 2.0 of SwiftUI there will be easy solutions to align the buttons to each other.
# iOS Calculator
![](screenshots/ios_calculator.png)
## Related SwiftUI Bugs
See the alignment bug from the calculator above. ~In addition there is a space bug resulting in a white space between the label and the buttons. I expect that to be solved before SwiftUI 1.0 ships.~
# Profile
![](screenshots/profile.png)
## Related SwiftUI Bugs
~The resizing of images is totally broken. I have no idea how Apple manages to get it to work in their session demos. It doesn't work at all in the first beta.~
# Twitter Feed
![](screenshots/twitter_feed.png)
## Related SwiftUI Bugs
~See the bugs for the Profile.~
# Mail Inbox
![](screenshots/mail_inbox.png)
## Related SwiftUI Bugs
Same alignment bug as for the calculator. Therefore the subject an the text are not aligned to the sender.
![](screenshots/instagram.png)
# Author
Dominik Hauser
Follow me on [Twitter](https://twitter.com/dasdom) or add my [blog](https://dasdom.github.io) to you RSS reader.
# Licence
MIT
See the Licence file.