-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Example App #16
Conversation
3962f1b
to
bfa7d00
Compare
...lePaymentsSwiftUIExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Extensions/String+Extensions.swift
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Screens/Home/HomeViewModel.swift
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Screens/Permissions/PermissionsView.swift
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/MobilePaymentsApp.swift
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Screens/Home/HomeView.swift
Outdated
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Screens/Home/HomeView.swift
Show resolved
Hide resolved
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Screens/Home/HomeView.swift
Outdated
Show resolved
Hide resolved
} | ||
.padding([.leading, .trailing], isIPad ? 50 : nil) | ||
.padding([.top, .bottom]) | ||
.background(Color.white) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that this app doesn't support dark mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah per mary it's only light mode for now. Also set the User interface style to light for the app so that MPSDK screens are also forced light mode.
34ab645
to
2b28348
Compare
Example/SwiftUIExample/MobilePaymentsSwiftUIExample/Extensions/String+Extensions.swift
Outdated
Show resolved
Hide resolved
2b28348
to
f9985ce
Compare
f9985ce
to
377bc80
Compare
Description
This PR introduces a new example app developers can utilize to better understand how to integrate the Mobile Payments SDK into their applications.
Demo
DonutCounterDemo.MP4