Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferdzz/nectartest
Demo iOS project around NectarTest
https://github.com/ferdzz/nectartest
ios swift uikit xcode
Last synced: about 1 month ago
JSON representation
Demo iOS project around NectarTest
- Host: GitHub
- URL: https://github.com/ferdzz/nectartest
- Owner: Ferdzz
- Created: 2021-05-18T16:09:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T19:49:29.000Z (about 3 years ago)
- Last Synced: 2024-10-31T10:12:35.348Z (3 months ago)
- Topics: ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
1. Clone the project
2. Open the .xcproj file
3. Run the app through simulator, or change the signing and run on a physical device# Remarks
The app is fairly basic. It's quick practice & challenge done in an afternoon. It displays a list of hives, allows for seeing the hive details and completely supports deletion, even offline. I'm no UI designer, so the interface is simple but functional.It supports iPhone used in prortrait mode.
This is not a fully polished project. A lot of improvements could be made but I haven't had the time to get around to all of them. I left TODOs throughout the code where relevant.
# Screenshots
![Screen Shot 2021-05-18 at 8 37 01 PM](https://user-images.githubusercontent.com/7923672/118740047-e1166800-b818-11eb-9c5e-c88263e0247e.png)
![Screen Shot 2021-05-18 at 8 37 05 PM](https://user-images.githubusercontent.com/7923672/118740051-e378c200-b818-11eb-88bf-a282e165b6ff.png)
![Screen Shot 2021-05-18 at 8 37 09 PM](https://user-images.githubusercontent.com/7923672/118740054-e70c4900-b818-11eb-90fd-5917cdc55ad7.png)
![Screen Shot 2021-05-18 at 8 37 14 PM](https://user-images.githubusercontent.com/7923672/118740057-e96ea300-b818-11eb-86f7-4d37757db92b.png)
![Screen Shot 2021-05-18 at 8 38 08 PM](https://user-images.githubusercontent.com/7923672/118740074-f55a6500-b818-11eb-97ca-34b2f7278958.png)