A Today Extension is a widget shown in the today view of the notification center of OS X and iOS.
I've implemented a Today widget for my application +Quotes which displays the day's quote within the notification center with the …
ios ios8 ios-app-extension today-extensionCreating a Today widget and I am using UserDefaults(suiteName:) to persist some data. In the main application I am …
swift ios-app-extension today-extension userdefaults ios-app-groupIs it possible to work with my CoreData model in the today extension in swift like in the original app? …
ios core-data swift ios8 today-extensionI try to update the content of my today widget extension every x seconds since I try to realize something …
ios swift handler ios8-today-widget today-extensionI took a look at flutter for building a mobile app. Is it possible to create Widgets (not flutter-widgets, but …
dart android-widget flutter today-extensionDoes any one know how to launch the parent app from the app extension's view controller? I just want to …
ios ios-app-extension today-extension share-extensioni'am trying to add an app extension to my project (Today Extension). Things that i've made so far: Enable "App …
ios objective-c xcode today-extensionWidgets now include the concept of display mode (represented by NCWidgetDisplayMode), which lets you describe how much content is available …
xcode swift expand today-extension ios10The height for the Today's widget view mode cannot be set for compact Mode. No matter whatever value I set. …
ios swift today-extension ios10-today-widgetFrom time to time widget crashing with "unable to load" error. Is anyone know how to fix it? Widget haven't …
ios swift today-extension