Is there any way to add progress view in local notification body ? I want to show a progress view for an upload, in notification.
Asked
Active
Viewed 2,340 times
1 Answers
0
From iOS 10 you can use UNUserNotification framework for creating custom notification interfaces. Please check the link here.

Vaisakh Vinod
- 267
- 2
- 14
-
Then I don't think it will be possible – Vaisakh Vinod Jan 29 '18 at 12:50
-
Any third party library or something ?? – Sudha Feb 02 '18 at 05:35
-
I think apple doesn't support the same on lower versions, so no libraries will be available – Vaisakh Vinod Feb 05 '18 at 04:10
-
I didn't get any as well. – Sudha Feb 06 '18 at 06:26
-
Thanks Vaisakh Vinod :) for your precious time and answers. – Sudha Feb 16 '18 at 10:24
-
@Sudha My pleasure :) – Vaisakh Vinod Feb 16 '18 at 10:47