Team Members: Adrienne Corwin, Jordan George, Kyra Seevers
Who developed what in the app?
- Jordan – map, date range checking, displaying overlays based on data
- Kyra – parking details view, date picker
- Adrienne – parking json data, choose pass view, UI
Purpose: Parking on the University of Kentucky's campus is very complicated and hard for students to remember and follow which leads to a lot of anger and frustration.
Hypothesis: If there is an application to tell people where they can park for free, students will get less tickets and be happier.
The result is our parking app custom to UK and its permits, hours, lots, streets, and garages.
For best use, we recommend simulating your location on campus, such as at Willy T (401 Hilltop Ave, Lexington, KY 40506).
- Open terminal and type the following:
pod install
- Run with the
ios-midterm-2.xcworkspace
file, not theios-midterm-2.xcodeproj
file
- Font size
- ViewController background
- Creating a UITextField programmatically
- UI Date Picker View implementation
- UI Text Field with rounded corners
- Viewing annotation titles
- Getting user's current location
- Date range check
- Tomorrow date
- Checkmarks on table view
- Making status bar icons white
- Making annotations clickable
- Creating multiple component UIPickerView
- How to use 2 UIPickerView's in one View Controller?
- get tapped coordinates with iphone mapkit
- iOS UIPickerView Example using Swift