import React from 'react'; const IOSAirports = () => { return (

iOS Airports

iPhone application

A mobile iPhone application using a SQLite database to display airports around the world. With this project I got to experience working with Xcode and Swift to develop iOS mobile applications.

Source code can be seen on my Github page:   github icon

Screenshot of selectable airports Screenshot of an air route
) } export default IOSAirports;