Questions tagged [ios8-today-widget]

Refers to the "Today" widget in the notifications center of iOS devices.

Refers to the "Today" widget in the notifications center of iOS devices.

232 questions
0
votes
1 answer

Today Extension: how to display long text?

I don't know whether I'm doing something wrong or if it's not possible: I'd like to display a longer text, but the height seems to be limited to 568 pixels (Maximum height of iOS 8 Today Extension?). I'm using a UITextView, so I would expect it to…
swalkner
  • 16,679
  • 31
  • 123
  • 210
0
votes
1 answer

Today Widget app launch is 'over-sensitive'

I have a Today Widget for my app that when tapped launches the containing app. The problem is that it seems to be 'over-sensitive'. Sometimes when I am just scrolling, the widget recognises this as a tap and launches the app. Here is my code: …
user3746428
  • 11,047
  • 20
  • 81
  • 137
0
votes
1 answer

Error when archive app including widget

When I want to archive app with the today extension I god this error: chown: "Name": illegal user name Command /usr/sbin/chown failed with exit code 1 what could be wrong ? My app with ext. working fine when I build to my iPhone Thx
0
votes
1 answer

Opening app from extension, properties only change the first time

I have a today widget extension, and when I click a button it opens up the app. The first time I click the button and follow the code through, it uses a custom URL scheme to pass data through. That's parsed in the AppDelegate, and it figures out…
Killian
  • 936
  • 3
  • 14
  • 28
-1
votes
1 answer

Cannot create an SQL store with a nil URL

So I am trying to create a today widget extension using the data stored by the parent app. I am trying to do so by creating a Persistent Store Coordinator as you do in parent app and using the URL for the main app database. However when doing so I…
RileyDev
  • 2,950
  • 3
  • 26
  • 61
-1
votes
1 answer

Get frame size of UIView - iOS

I have an iOS app with an iOS 8 widget, I am trying to get the size of the frame which contains my widget (NOT the size of the device screen), is this possible? I have tried the following, but it returns the frame size of the entire device screen…
Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98
-1
votes
1 answer

Where to update the UI of a notification widget just once

In my Notification Center Today Extension/Widget I need to update a portion of the UI every time Notification Center is activated. It never needs to update while Notification Center is in use, nor while it's in the background. In what method should…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
1 2 3
15
16