Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheenqaisar/ios-bookstore
Popular Books in tableview.
https://github.com/maheenqaisar/ios-bookstore
api app bookstoreapp github ios-app ios-learning ios-sample ios-swift json json-api json-apis open-api php php-framework postman swift swift5
Last synced: about 21 hours ago
JSON representation
Popular Books in tableview.
- Host: GitHub
- URL: https://github.com/maheenqaisar/ios-bookstore
- Owner: maheenqaisar
- License: mit
- Created: 2023-02-11T13:07:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T16:06:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T23:22:25.562Z (2 months ago)
- Topics: api, app, bookstoreapp, github, ios-app, ios-learning, ios-sample, ios-swift, json, json-api, json-apis, open-api, php, php-framework, postman, swift, swift5
- Language: Swift
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# IOS-BookStore
An IOS App which will show list of 5 books on first screen.
# Splash Screen.
When the app launch, it will get permission from the user to access its location, App will continue only if the user allow it to access his/her location otherwise it will stop on the splash screen.
While showing the splash screen, the app should get the user’s location, Splash screen should have indicator on it, which will continue to animate until the app will get exact location of the user, if for some reason (may be internet issue or any other reason) app couldn’t get the user’s location, the app will stop at the splash.# Top 5 Books Screen.
This screen will show after the splash screen and show list of 5 Top Books ( Use Table View to show list of books and each cell of table show book title image, Author name, Price and Book Title.• Side Menu Bar
• Make a sidebar which will provide options for :
• SIGN IN (If user not signed in already)
• Profile and logout (If user has Signed In), only make Nearest Stores and logout functional.
• Sign In Screen
• Create Sign In Screen and make it functional with the help of API.
• Sign Up Screen
On SIGN IN Screen, show button for SIGN UP and when user taps on it, then Show this Sign Up Screen and register user with Name, Address, Username and Password.