All Projects → shankarmadeshvaran → Movie_Trailers_SwiftUI

shankarmadeshvaran / Movie_Trailers_SwiftUI

Licence: MIT License
A simple app which shows the lastest movies trailers based on different genres developed using SwiftUI.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Movie Trailers SwiftUI

swiftui-example
SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。
Stars: ✭ 109 (+113.73%)
Mutual labels:  uikit, swiftui, swiftui-example
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-56.86%)
Mutual labels:  swiftui, swiftui-example
SwiftUI.TextEdit
SwiftUI proof-of-concept text edit component
Stars: ✭ 71 (+39.22%)
Mutual labels:  swiftui, swiftui-example
RRSettingsKit
A beautiful customizable settings screen created in SwiftUI
Stars: ✭ 118 (+131.37%)
Mutual labels:  swiftui, swiftui-example
SwiftUI-learning
SwiftUI视频教程配套代码(SwiftUI+SwiftUI 2.0+SwiftUI 3.0)+SwiftUI macOS+其他
Stars: ✭ 57 (+11.76%)
Mutual labels:  swiftui, swiftui-example
SwiftUIKit
📱 UIKit code that is fun to write
Stars: ✭ 71 (+39.22%)
Mutual labels:  uikit, swiftui
NYTimes-iOS
🗽 NY Times is an Minimal News 🗞 iOS app 📱 built to describe the use of SwiftSoup and CoreData with SwiftUI🔥
Stars: ✭ 152 (+198.04%)
Mutual labels:  swiftui, swiftui-example
FlutterTrailers
A flutter App to download Movie Trailers.
Stars: ✭ 35 (-31.37%)
Mutual labels:  movies, trailers
column-text-view-ui
📄 Column Text View is an adaptive UI component that renders text in columns, horizontally [iOS 12, UIKit, TextKit, SwiftUI].
Stars: ✭ 11 (-78.43%)
Mutual labels:  uikit, swiftui
SettingsAppInSwiftUI
I have recreated a Settings App in iPhoneXR using SwiftUI concepts such as Form,Section,Toggle,Picker,Stack..etc
Stars: ✭ 37 (-27.45%)
Mutual labels:  swiftui, property-wrappers
ColorUp
An easy way to generate strongly typed Swift extensions for either UIColor or Color based off of your colors within the project's asset catalog.
Stars: ✭ 16 (-68.63%)
Mutual labels:  uikit, swiftui
tca-swiftui-navigation-demo
Demo project that shows how to implement navigation in SwiftUI iOS application using Swift Composable Architecture
Stars: ✭ 75 (+47.06%)
Mutual labels:  swiftui, swiftui-example
SwiftUI-App
This swiftUI Demo is very simple & easy to understand. This swiftUI demo includes On-boarding screens, login screen, forgot password screen, sign up screen, home & logout.
Stars: ✭ 175 (+243.14%)
Mutual labels:  swiftui, swiftui-example
Redux
Manage iOS App state with Redux and Async/Await :)
Stars: ✭ 18 (-64.71%)
Mutual labels:  uikit, swiftui
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+1066.67%)
Mutual labels:  uikit, swiftui
BarChart
SwiftUI Bar Chart
Stars: ✭ 156 (+205.88%)
Mutual labels:  swiftui, swiftui-example
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (-43.14%)
Mutual labels:  movies, trailers
iOS-SwiftUI-Firebase-Login-Example
Complete Sign up and Sign in Process for iOS SwiftUI - using Firebase Email and Password Authentication.
Stars: ✭ 37 (-27.45%)
Mutual labels:  swiftui, swiftui-example
iOS14-Resources
A curated collection of iOS 14 projects ranging from SwiftUI to ML, AR etc.
Stars: ✭ 85 (+66.67%)
Mutual labels:  uikit, swiftui
SwiftyIllustrator
A tool for quickly converting Adobe Illustrator shapes into SwiftUI code.
Stars: ✭ 26 (-49.02%)
Mutual labels:  swiftui, swiftui-example

Movie_Trailers_SwiftUI

This is a basic app that I have created to shows the latest movies trailers based on different genres using SwiftUI.I have also integrated UIKit viewcontroller and views into SwiftUI project using UIViewControllerRepresentable and UIViewRepresentable.

This project was made for fun to try out Swift UI and see how it interacts with other layers of the application now that we don't have view controllers. We're all still learning. This project is merely my attempt to put something together based on the ideas put accross in WWDC videos and in the documentation.

Concepts

In this Project I have used SwiftUI's basic concepts and views and also integrated UIKit's page Controller by using UIViewRepresentable and UIViewControllerRepresentable.

Platforms

Task app will currently run from iOS 13+. This app is updated for Xcode 11+ . I'll be updating the code for upcoming updates also.

Implementation

I have put an detailed article on Building Movie Trailer App Using SwiftUI in Medium.

More Updates

Follow me on Twitter or LinkedIn to get the latest update about features, code and more. Consider star the repo if you like it.

More references

  1. Interfacing with UIKit
  2. Creating and Combining Views
  3. Building Lists and Navigation
  4. Handling User Input
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].