2

通知センター ウィジェットには が含まれてUITableViewおり、UILabelUITableViewCellぼかし」/適用したい がありUIVibrancyEffectます。これが私が試したことですが、例外を引き起こしているようです:

UIVisualEffectView *effectView = [[UIVisualEffectView alloc] initWithEffect:[UIVibrancyEffect notificationCenterVibrancyEffect]];
effectView.frame = cell.longStatusLabel.bounds;
__strong UILabel *longStatus = cell.longStatusLabel;
cell.longStatusLabel = effectView;
[effectView.contentView addSubview:longStatus];
[cell addSubview:effectView];

このコードを実行すると、通知センターの拡張機能で読み込めないと表示されます。

4

1 に答える 1