allow view to be tappable
This commit is contained in:
parent
f93f12c2a5
commit
356d8064f2
@ -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