ios-samples/ios11/WeatherWidget
Vincent Dondain d89645c5dc
[xcode11] Fix ambiguous calls due to new APIs (#383)
- Fixes https://github.com/xamarin/maccore/issues/1910
- Fixes https://github.com/xamarin/maccore/issues/1877
2019-09-03 11:01:02 -04:00
..
Screenshots Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
WeatherWidget Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
WeatherWidget.Shared [xcode11] Fix ambiguous calls due to new APIs (#383) 2019-09-03 11:01:02 -04:00
WeatherWidget.Today Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
LICENSE.txt Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
Metadata.xml Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
README.md remove hashtags ios11 ios12 2019-07-24 18:24:49 -07:00
WeatherWidget.sln Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - Building a Simple Widget for the Today View This sample code builds a weather app that displays a simple five-day weather forecast using a horizontally paging collection view (iOS11) sample
csharp
xamarin
tags
ios11
ios11-weatherwidget

Building a Simple Widget for the Today View

This sample code builds a weather app that displays a simple five-day weather forecast using a horizontally paging collection view. Each collection view cell contains a label showing the day the forecast applies to, an icon representing the forecast, and a label describing it. In this example, the Today extension provides a more compact, glanceable view of the app's data.

Added Object

Build Requirements

Xamarin.iOS 11.3+ and Xcode 10.0+.

License

Xamarin port changes are released under the MIT license.