Questions tagged [ios10-today-widget]

49 questions
0
votes
1 answer

Today Widget in .compact mode, the UITableview row is still visible behind footer

When my Today widget extension in iOS is in .compact mode, the footer slides up to replace the UITableview prototype cells. Unfortunately, the first cell in the UITableView is still visible behind the footer since it is using the default background…
fakataha
  • 785
  • 6
  • 31
0
votes
0 answers

Today Extension doesn't run on Xcode 8

I am having issues running a Today Extension on Xcode 8. I created a brand new iOS app project then added a target for a Today Extension. When I run that scheme, the widget isn't listed in the choices available to me. As a work around, I can see it…
ferik
  • 531
  • 3
  • 11
0
votes
2 answers

Change Widget UIVisualEffectView blur style to dark

I'm working on updating one of my widgets for iOS 10 and in the process its UIVisualEffectView style automatically changed to light. My other widgets that I have not started updating for iOS 10 yet have a dark UIVisualEffectView style. How can I…
Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
-1
votes
1 answer

NCWidgetDisplayMode not set to .expanded in iOS 10

I know this type of question has been asked before, but none of them is able to solve my problem. I want to set the Today's Extension height to be variable. For this I have included the below code as suggested in related posts: override func…
PGDev
  • 23,751
  • 6
  • 34
  • 88
1 2 3
4