problame / CSNotificationView

Drop-in, semi-translucent and blurring notification view.
MIT License
900 stars 152 forks source link

Make blur effect implementation interchangeable #37

Closed problame closed 10 years ago

problame commented 10 years ago

The blur effect always has to a subview of CSNotificationView.

Depending on the OS version, either the old layer-stealing or the new UIVisualEffectView will be used.

The implementations should be encapsulated in a subclass. This allows adoption of other effect views such as FXBlurView later.

Requires restructuring large parts of the project.

problame commented 10 years ago

@Dschee Please have a look at the HEAD of the blur_view_refactoring branch.

Jeehut commented 10 years ago

:+1:

mccotter commented 10 years ago

Just wanted to say thank you for the iOS 8 update! It's working great on both 7 and 8.

problame commented 10 years ago

You're welcome ;) I guess I'll publish a new version of the pod in the next days.

Update: CSNotificationView 0.5 is published.