An app, based on your current location in the Champaign-Urbana area, gives the nearest CUMTD bus stop and the busses that run witin those stops.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
All you need is a Mac running the latest version of XCode and Simulator installed.
- XCode Version - [10.1]
- Mac Version - [10.14.2]
First you will need to clone the repository to your desired location
git clone https://github.com/pradeepsen99/mtd-bus-app-iOS.git
open ./mtd-bus-app-iOS.xcworkspace
And after that click the run button and set the build to either the Simulator or your very own iPhone!
- Swift - Language
- TestFlight - Beta Testing
- Icons8 - In-App Icons
- Create UITableView programmatically in Swift - Stack Overflow
- Core Data with Swift 4 for Beginners - Shashikant Jagtap
- Developer Resources CUMTD
- UITableView tap to deselect cell - Stack Overflow
- how to save and read array of array in NSUserdefaults in swift? - Stack Overflow
- How to reload tableview from another view controller in swift - Stack Overflow
- Swift Expandable Search Bar in Header? - Stack Overflow
- Search controller below navigation item prior to iOS 11 - Stack Overflow
- iOS 11 customise search bar in navigation bar - Stack Overflow
- Local Notifications with iOS 10 - useyourloaf
-
- Display route info on clicking on a stop.
-
- Favorites Tab with Favorite bus stops.
-
- Search bar for any stop in 'stops' tab.
-
- Add dynamic favorites button.
-
- Settings tab with settings related to app.
-
- Add slide down to refresh option.
-
- Fix bug where StopsViewController doesn't reset searches after clicking away.
-
- Revamp the way notifications work. Add an adjustable option for how many mins warning needed.
-
- Add API limits such as refreshing routes only once a mintue and changelog stuff.
-
- Info on the route when clicked such as current location and distance to stop.
-
- Info on the Bus stop when clicked such as lat+long and show in Maps/Google Maps.
-
- Notifications on scheduled bus arrivial.
-
- 3D-Touch compatability inside app.
-
- 3D-Touch compatability outside app to acess tabs inside the app.
-
- Watch App compatability.
-
- Notifications on watch app.
-
- Splash Screen.
-
- App Icons.
-
- Night Mode.
-
- Color blind Mode.
- Pradeep Senthil pradeepsen99
BSD 3-Clause License
Copyright (c) 2018, Pradeep Senthil
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.