-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support card template display in FIAM iOS SDK #2947
Conversation
…dscape URLs to view model classes
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.
Do not add the file default.profraw
Thanks! Deferring to @ryanwilson for PR approval. |
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.
Still reviewing, leaving comments for now to address as I go.
Firebase/InAppMessaging/Data/FIRIAMMessageContentDataWithImageURL.m
Outdated
Show resolved
Hide resolved
Firebase/InAppMessaging/Data/FIRIAMMessageContentDataWithImageURL.m
Outdated
Show resolved
Hide resolved
Firebase/InAppMessagingDisplay/FIDBaseRenderingViewController.m
Outdated
Show resolved
Hide resolved
… portrait image load fails.
InAppMessagingDisplay/Example/InAppMessagingDisplay-Sample.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
InAppMessaging/Example/Tests/FIRIAMMessageContentDataWithImageURLTests.m
Show resolved
Hide resolved
InAppMessaging/Example/Tests/FIRIAMMessageContentDataWithImageURLTests.m
Outdated
Show resolved
Hide resolved
InAppMessaging/Example/Tests/FIRIAMMessageContentDataWithImageURLTests.m
Outdated
Show resolved
Hide resolved
InAppMessaging/Example/Tests/FIRIAMMessageContentDataWithImageURLTests.m
Outdated
Show resolved
Hide resolved
…en already, Find a way to initialize a card message in the UI tests.
LGTM once travis is green! Thanks for working with us on this :) |
Adds parsing logic and UI for a new In-App Messaging template with a card-style look.
Also makes some changes to the
FIRInAppMessagingDisplayDelegate
protocol:messageClicked:
in favor ofmessageClicked:withAction:
, which is necessary since the card template can have two actions and the developer may need to know which was fired.To reviewers: sorry, wasn't sure how to avoid this being one massive PR.