Merge branch 'bugfix/cxtdt-82220' into 'develop'
CXTDT-82220 allow view to be tappable See merge request BPHV_MIPS/mvm_core_ui!520
This commit is contained in:
commit
9bd7970962
@ -374,6 +374,7 @@
|
|||||||
weakSelf.shortViewHeight.active = NO;
|
weakSelf.shortViewHeight.active = NO;
|
||||||
} completion:^(BOOL finished) {
|
} completion:^(BOOL finished) {
|
||||||
[weakSelf.viewToLayout layoutIfNeeded];
|
[weakSelf.viewToLayout layoutIfNeeded];
|
||||||
|
weakSelf.accessibilityElements = @[weakSelf.shortView.label];
|
||||||
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil);
|
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil);
|
||||||
[MVMCoreDispatchUtility performBlockInBackground:^{
|
[MVMCoreDispatchUtility performBlockInBackground:^{
|
||||||
// Must notify animation delegate when animating finished.
|
// Must notify animation delegate when animating finished.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user