ios10-today-widget Questions

2

It seems to me that whenever a Today Widget crashes for any reason it displays the "Unable to load" message (as on the attached screen). When this happens nothing kicks off in the debugger, nothin...
Chara asked 27/12, 2016 at 15:23

1

When running my iOS 12+ App on iOS 14 the (long existing) Today Widget does not work any more. Instead of the widget content only Unable to load is shown. The very same code runs without any proble...
Anthesis asked 6/11, 2020 at 15:59

3

Solved

The height for the Today's widget view mode cannot be set for compact Mode. No matter whatever value I set. It sets the height of the widget to a default value. The expanded mode works perfect and ...
Papist asked 17/11, 2016 at 11:5

2

Solved

I'm using Xcode 8.0, Swift 3. I'm making today extension showing text and image, but frequently cause this message and today extension does not work. rarely work. Program ended with exit code: ...
Catalepsy asked 26/10, 2016 at 1:25

4

Solved

I am struggling to change the height of my iOS 10 widget in compact mode. All I have is an empty widget, no views inside it. Still, no matter what I set for the compact height, it seems to ignore...
Gosnell asked 29/8, 2016 at 9:47

2

Solved

Had updated the today's extension for iOS 10 implement the delegate method: -(void)widgetActiveDisplayModeDidChange:(NCWidgetDisplayMode)activeDisplayMode withMaximumSize:(CGSize)maxSize { if (ac...
Cryptogram asked 25/10, 2016 at 7:13

1

Solved

I'm trying to solve an issue with my today widget. It's not expanding on iOS10 after pressing "Show more" button. It's size keeps the same all the time. Here is the code for TodayViewController.s...
Celina asked 25/1, 2017 at 17:34

1

Solved

I am looking to programmatically change the height of a today extension. As the iOS10 SDSK introduced NCWidgetDisplayMode I am trying to use it to programmatically change the height of my preferred...
Subroutine asked 5/11, 2016 at 18:32

2

Solved

I have a widget which retrieves updates from a server at regular intervals throughout the day, but want it to immediately update again if the user actually looks at it. This always worked fine in i...
Lubberly asked 22/10, 2016 at 13:38
1

© 2022 - 2024 — McMap. All rights reserved.