Designed and developed an iOS app to help university visitors discover eating and drinking venues on campus. The app features a live location-based map with annotations for nearby venues, a sortable table view of venues, and detailed venue information accessible via interactive elements. The venues in the table view are actively sorted based on it's proximity to the user as the user moves. Integrated real-time JSON data retrieval, persistent storage for user preferences (likes/dislikes), and offline functionality using Core Data.
Third-party frameworks like Alamofire were strictly prohibited. Only apple standard frameworks provided with Xcode were allowed.
This app, while so straightforward to use, presented a surprisingly challenging development process. Despite its simpler functionality compared to The Chaser, it took significantly longer to complete. It really does not help that I am a perfectionist, and as cliche as it is, I cannot rest till my work reaches its maximum potential. It's both a curse and a blessing. This project, however, taught me an invaluable lesson: knowing when to stop. I spent two weeks trying to fix an error that I believed was in my code, only to discover that it was an issue with Xcode itself. Specifically, the CLLocationManager would fail to update location data after restarting Xcode, disrupting the functionality of the app. After scouring every resource I could find, my lecturer finally confirmed it wasn’t my fault.
This project threw issue after issue at me, seriously testing my resilience. Initially, I had an ambitious but simple idea for the UI: I envisioned the entire page being filled with a map, with a tab at the bottom of the screen which could be dragged up to reveal the different venues and their details. I instantly hit a roadblock. With the restriction on using only Storyboard and UiKit, this idea seemed nearly impossible. But after countless YouTube videos, stackOverflow sites and discussion boards, I was finally able to bring my idea to life, only to then be hit by an another problem: a random bug that appeared once in every 10 runs, disrupting the flow of my app. I spent weeks—no exaggeration—trying to fix this issue. Ultimately, I had to accept defeat and restart my app. I realised that if the error occurred during the assessor’s testing, it would significantly impact my grade. While it felt crushing at first, I was surprisingly more than happy to restart. During my research into various techniques, I learned new methods that I incorporated into my new design. Although it was time-consuming, I never felt as though I wasted my time, even with the deadline approaching.
In the end, I was able to submit a fully completed and functional app.
I am unable to fully express the love I have for developing applications, but I will try my best to describe the feeling. When I’m programming or working on an application, it never feels like coursework or work in general. I genuinely enjoy the process so much that it doesn’t feel strenuous at all. I find myself effortlessly putting in extra effort without a second thought. I enter an incredible state of flow—completely immersed and unbreakable. It is those moments, that I truly feel at peace.