Widgets now include the concept of display mode (represented by NCWidgetDisplayMode), which lets you describe how much content is available and allows users to choose a compact or expanded view.
How to expand widget in ios 10.0? It doesn't work as in ios 9.
Ok, i found right solution here.
1) Set the display mode to
NCWidgetDisplayMode.expanded
first inviewDidLoad
:2) Implement new protocol method:
And it will work as official apps.
Image
Here is a Objective-C one.