lgariv / Prog

Track and manage your downloads right from the lock screen.
11 stars 2 forks source link

Applying notification hooks to NCNotificationLongLookView #6

Closed lgariv closed 3 years ago

lgariv commented 3 years ago

To show the progress view when Haptic/3D Touch-ing on the notification.

Note: this is more than duplicating the code and hooking NCNotificationLongLookView instead - doing so will result in having 2 different UIProgressView instances, that aren't in sync with each other and is basically inefficient. This requires using the same view, which means we might have to re-implement adding the UIProgressView to the appropriate view.

RuntimeOverflow commented 3 years ago

Implemented. (See Pull Request #9)