-
Notifications
You must be signed in to change notification settings - Fork 563
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
Updated layout notification to include properties #4944
Updated layout notification to include properties #4944
Conversation
Hi @jwoo-msft. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
489f3c0
to
d3303b4
Compare
Hi @jwoo-msft; Thanks for taking action on your previously stale pull request. Resetting staleness. |
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.
source/ios/AdaptiveCards/AdaptiveCards/AdaptiveCards/ACRAggregateTarget.mm
Show resolved
Hide resolved
source/ios/AdaptiveCards/ADCIOSVisualizer/ADCIOSVisualizer/ViewController.m
Show resolved
Hide resolved
* updated target registration to allow for custom targets * Added registration for event handler * Added sample code * work in progress * Refactored Aggregate Target for re-use * updated codes * updated sample code * Updated layout notification to include properties (#4944) * added a new delegate method * Updated the usage
* updated target registration to allow for custom targets * Added registration for event handler * Added sample code * work in progress * Refactored Aggregate Target for re-use * updated codes * updated sample code * Updated layout notification to include properties (#4944) * added a new delegate method * Updated the usage
* updated target registration to allow for custom targets * Added registration for event handler * Added sample code * work in progress * Refactored Aggregate Target for re-use * updated codes * updated sample code * Updated layout notification to include properties (#4944) * added a new delegate method * Updated the usage
🎉 Handy links: |
* updated target registration to allow for custom targets * Added registration for event handler * Added sample code * work in progress * Refactored Aggregate Target for re-use * updated codes * updated sample code * Updated layout notification to include properties (microsoft#4944) * added a new delegate method * Updated the usage
Related Issue
Fixed #4890
Description
Added layout update notification to include custom properties, so the user of this delegate include custom properties to enable them to do things like setting an input view or a label to be focused. The sample app can scroll to the correct input view with additional param passed from the notification.
How Verified
How you verified the fix, including one or all of the following:
Microsoft Reviewers: Open in CodeFlow