Tanner Quesenberry is a recent Computer Science graduate transitioning from aerospace to iOS development.
He is passionate about all things technology, the environment, health, and continually learning something new.
Todoey is a to-do list application written in Swift. Users can create categories for list items, mark/delete items/categories, and search for matching items within each category.
This project uses the CocoaPods SwipeCellKit, Realm, and Chameleon Framework to implement customized swipe actions, data persistence, and color gradients respectively.
Close ProjectCrashy Plane is a SpriteKit game written in Swift that is similar to the classic Flappy Bird. This simple game is a great demonstration of SpriteKit's physics, animation, and infinitie scrolling.
Close ProjectClima is a simple weather app written in Swift and uses the OpenWeatherMap API for weather data. Upon receiving user permission, Core Location uses GPS data to update the current temperature of the user's location in Celcius. Users also can view the temperature of other cities they specify.
Close ProjectThis simple Swift app displays the current price of Bitcoin in one of many selectable major currencies. Requests are made directly to the Bitcoin API and displayed on-screen.
Close ProjectAlarmadillo is a Swift alarm clock app that allows users to group their alarms into categories to easily be able to activate all alarms at once. Alarms/groups can be renamed/deleted, notification sound can be toggled, and users can attach images to individual alarms. Local notifications alert the user to their set alarms both in/out of the app.
Close ProjectDesigned a scientific calculator complete with memory storage functionality and trigonometric computations in degrees or radians. Horizontal and vertical Stack Views of buttons form the User Interface, while the MVC architecture pattern constructs the app as a whole.
Close Project