Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.3.0.6286-pre4" />

.NET API 621,056 bytes

 Xamarin.Forms 1.3.0.6286-pre4

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Xamarin.Forms</id>
    <version>1.3.0.6286-pre4</version>
    <authors>Xamarin Inc.</authors>
    <owners>Xamarin Inc.</owners>
    <licenseUrl>http://download.xamarin.com/content/licenses/Xamarin.Forms.rtf</licenseUrl>
    <projectUrl>http://xamarin.com/forms</projectUrl>
    <iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase</description>
    <releaseNotes>## New API
- MasterBehavior.Default added to MasterBehavior enum. This is now the default setting of MasterBehavior for a MasterDetailPage. It represents the pre 1.3.0 behavior of a MasterDetailPage. Resolves issue where some peoples apps would get an exception in 1.3.0.
- Add MasterDetailPage.ShouldShowToolbarButton method to enable control over the appearance of the toolbar button.

## Bug Fixes

### Core
- Fix stack overflow when pressing back on some pages with TabbedPage.
- SetValue now properly overrides settings from a Style when the Style is applied later.
- Grid now has more nuanced reflow logic for things like labels. This fixes some cases where grid would end up either too small or too large for its content.
- Serialization/Deserialization of Properties in Application no longer fails if the new Dictionary is smaller than the old Dictionary.
- Fix crash in XAML with DataTemplates and event subscription.

### Android
- Pressing back and re-entering the app now cleans up the old Activity and associated renderers. This fixes both memory leak issues and some crashes.

### iOS
- Fix a case where the keyboard could end up overlapping the input area.
- Mixing swipe to go back and press to go back no longer results in a blank page.
- ContextAction More/Cancel buttons now translate properly

### WinPhone
- Fix crash when pressing back button with active ActionSheet.
- TableView no longer selects wrong item when in Landscape mode.
- OpenUriAction now uses LaunchUriAsync.
- ViewCell with a Picker no longer occasionally occludes other elements on screen.</releaseNotes>
    <copyright>Copyright 2013-2014</copyright>
    <dependencies>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="WPtoolkit" version="4.2013.08.16" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="Xamarin.Android.Support.v4" version="19.1.0" />
      </group>
    </dependencies>
  </metadata>
</package>