Movie tickets booking app.
This app displays movies currently playing in theatres and info about each movie. Also, users can select their seats in the theatre and pay for the seats.
- Login/ Logout
- View movies and it's details
- Select seating
- Payment Integration
- iOS 9.0+
- Xcode 12.0+
You can use CocoaPods to install JVFloatLabeledTextField and MaterialComponents/Cards by adding it to your Podfile:
platform :ios, '9.0'
use_frameworks!
pod 'JVFloatLabeledTextField'
pod 'MaterialComponents/Cards'To import JVFloatLabeledTextField and MaterialComponents/Cards
import UIKit
import JVFloatLabeledTextField
import MaterialComponents/CardsGunasai – @gunasaig – [email protected]