ios-samples/ios11/WeatherWidget
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Screenshots Added new sample `WeatherWidget` (#357) 2019-01-29 08:59:56 -08:00
WeatherWidget Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
WeatherWidget.Shared Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
WeatherWidget.Today Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01: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.