FlightTicketBrowser - A SwiftUI sample app for flight ticket browser

Overview

FlightTicketBrowser

This app is a SwiftUI sample app for flight ticket browser.
Even if the barcode and QR code are generated,
it seems that they cannot be displayed on the SwiftUI, so a fixed image is displayed.
User can adjust the brightness of the screen by tapping the QR code.
Flight information is fiction.

Sample GIF and Images

flight_ticket_browser

Ticket List

Light Dark
IMG_0117 IMG_0118

Ticket Detail

Light Dark
IMG_0119 IMG_0120

Boarding Pass

Light Dark
IMG_0121 IMG_0122

Environment

<iOS>-<iOS 15.0 and later>
<Xcode>-<Xcode 13.0>
<SwiftUI>-<SwiftUI 3>

Point of implementation

  • How to use Path
    • Cut off of leading and trailing edge
    • Dash Line

Article

N/A

Contact

Please feel free to contact us if you find a bug or have any feedback.
Suggestions for adding functions and code corrections are also welcome.

let name = "Takuya Aso" 
let email = "milanista224" + "@" + "icloud.com"
let profession = "iOS Engineer"
let location = "Tokyo"
You might also like...
 SwiftUI App Icon Generator App for iOS & macOS Catalyst
SwiftUI App Icon Generator App for iOS & macOS Catalyst

SwiftUI App Icon Generator App for iOS & macOS Catalyst Generate Asset Icons easily to your iPhone, iPad, Mac, and Apple Watch Features The app has se

A Swift/SwiftUI utility for caching and displaying images in SwiftUI Views

A Swift/SwiftUI utility for caching and displaying images asynchronously. Built with Swift 5.5 and works with async/await.

This package integrates a UIImagePickerController into a SwiftUI app.
This package integrates a UIImagePickerController into a SwiftUI app.

This Swift Package integrates a UIImagePickerController into a SwiftUI app and allows a user to select, scale and position an image to be cropped and saved as a conatct's photo, similar to the stock iOS Contacts app.

🖼 Gallery App for Actomaton (async/await + Elm Architecture) + SwiftUI.
🖼 Gallery App for Actomaton (async/await + Elm Architecture) + SwiftUI.

🖼 Actomaton-Gallery Gallery App for Actomaton (async/await + Elm Architecture) + SwiftUI. NOTE: Most of the code are reused from Harvest-SwiftUI-Gall

GIFImage component for your SwiftUI app!
GIFImage component for your SwiftUI app!

SwiftUI GIF Lightweight SwiftUI component for rendering GIFs from data or assets, with no external dependencies. As a bonus, there's an extension that

A demo of face recognition SwiftUI app on iOS. Based on Vision, OpenCV, Dlib and ResNet.

iOS-FaceRecognizer A demo of face recognition SwiftUI app on iOS, build for iPad. Based on Vision, OpenCV, Dlib and ResNet. Features Add face image an

Image gallery similar to Adidias' app, built in SwiftUI
Image gallery similar to Adidias' app, built in SwiftUI

TripleStackGallery TripleStackGallery is a image gallery component, which displays a set of images as a stack of three images, always displaying the i

IconsMaker - Create your app icon with SwiftUI and generate PNG images in all needed sizes
IconsMaker - Create your app icon with SwiftUI and generate PNG images in all needed sizes

IconsMaker - Create your app icon with SwiftUI and generate PNG images in all needed sizes

SwiftUI iOS app which applies CoreML Video Matting (background removal) model to the front camera stream
SwiftUI iOS app which applies CoreML Video Matting (background removal) model to the front camera stream

CoreML Camera Video Matting This is a simple iOS app which applies Video Matting (background removal) model to the front camera stream. Video Matting

Comments
  • Fix QRcode generator

    Fix QRcode generator

    Details

    • Revised the implementation of the QR code generation
    • Add new class method

    Screenshot

    QR code containing each ticket information is now generated.

    スクリーンショット 2022-06-20 23 51 39 enhancement 
    opened by MilanistaDev 1
  • Fix barcode generator

    Fix barcode generator

    Details

    • The barcode containing each ticket information is now generated
    • Add new way to generate barcode.

    This sample uses CODE128 format.

    ScreenShot

    スクリーンショット 2022-06-22 21 39 03 enhancement 
    opened by MilanistaDev 0
Owner
Takuya Aso
サンプル駆動・趣味・個人アプリ開発のアカウントです。1日1コミット目指します。
Takuya Aso
Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

IDMPhotoBrowser IDMPhotoBrowser is a new implementation based on MWPhotoBrowser. We've added both user experience and technical features inspired by F

Thiago Peres 2.7k Dec 21, 2022
A photo gallery for iOS with a modern feature set. Similar features as the Facebook photo browser.

EBPhotoPages ”A photo gallery can become a pretty complex component of an app very quickly. The EBPhotoPages project demonstrates how a developer coul

Eddy Borja 1.7k Dec 8, 2022
A simple iOS photo and video browser with grid view, captions and selections.

MWPhotoBrowser A simple iOS photo and video browser with optional grid view, captions and selections. MWPhotoBrowser can display one or more images or

Michael Waterfall 8.8k Dec 27, 2022
DOMKit - Swift framework to interact with the DOM in the browser

DOMKit Swift framework to interact with the DOM in the browser. Note: This proje

null 1 Jul 8, 2022
Bill's Conversion of UI Browser to Swift

UI Browser 4 As part of the handover by Bill Cheeseman of his UI Browser application to Late Night Software, we received the source code to an unfinis

Mark Alldritt 184 Dec 24, 2022
Sample app to open parking lot gates by phone calls

DouzePointCinq - Test app Sample iOS app to open parking lot gates by phone calls. Screenshots (dark & light modes) How to use Clone the project git c

Anthony You 1 Oct 29, 2021
iOS Picture In Picture Sample with Swift Language

PipSamleProject iOS Picture In Picture Sample with Swift Language Application Demo Resources Apple Adopting Picture in Picture Sample Video License MI

PeterLin 1 Oct 12, 2021
BeatboxiOS - A sample implementation for merging multiple video files and/or image files using AVFoundation

MergeVideos This is a sample implementation for merging multiple video files and

null 3 Oct 24, 2022
AirPodsMotionAPI - Test Swift's AirPods Motion API in this sample project

AirPods Motion API Overview Swift provides an AirPods motion API that works on s

Pallav Agarwal 47 Dec 9, 2022
Swift ports of Apple's Objective-C / C++ sample code

MetalSampleCodeSwift Swift ports of Apple's Objective-C / C++ sample code Metal is a great API, but it can feel inaccessible for Swift developers due

Jonathan Hobson 4 Dec 15, 2022