[watchtables] update for Preview 2

This commit is contained in:
Craig Dunn 2015-02-09 16:57:47 -08:00
Родитель 3e2def90fd
Коммит 6bd57523f8
8 изменённых файлов: 11 добавлений и 36 удалений

Просмотреть файл

@ -9,3 +9,7 @@ Author
------
Created with Xamarin.iOS by Craig Dunn
*watch screenshots use [Bezel](http://infinitapps.com/bezel/) courtesy of [infinitapps](http://infinitapps.com/)* :)
*watch bezel art courtesy of [Max Rudberg](http://blog.maxrudberg.com/post/110056879433/apple-watch-bezels-for-bezel)*

Двоичные данные
WatchKit/WatchTables/Screenshots/table-1.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 60 KiB

После

Ширина:  |  Высота:  |  Размер: 78 KiB

Двоичные данные
WatchKit/WatchTables/Screenshots/table-2.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 59 KiB

После

Ширина:  |  Высота:  |  Размер: 76 KiB

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>8.2</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>

Просмотреть файл

@ -25,6 +25,8 @@
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchProfiling>true</MtouchProfiling>
<MtouchI18n>
</MtouchI18n>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>full</DebugType>

Просмотреть файл

@ -55,7 +55,7 @@ namespace WatchTablesExtension
void LoadTableRows ()
{
myTable.SetNumberOfRows ((nint)rows.Count, "default");
myTable.SetRowTypes (new [] {"default", "type1", "type2"});
//myTable.SetRowTypes (new [] {"default", "type1", "type2", "default", "default"});
// Create all of the table rows.
for (var i = 0; i < rows.Count; i++) {
var elementRow = (RowController)myTable.GetRowController (i);

Просмотреть файл

@ -87,4 +87,5 @@
<point key="canvasLocation" x="553" y="1001"/>
</scene>
</scenes>
</document>
<color key="tintColor" colorSpace="calibratedRGB" red="1" green="0.49803921568627452" blue="0" alpha="1"/>
</document>

Просмотреть файл

@ -107,36 +107,4 @@
<InterfaceDefinition Include="Interface.storyboard" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.WatchApp.CSharp.targets" />
<ItemGroup>
<Compile Include="..\WatchTablesExtension\GlanceController.cs">
<Link>GlanceController.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\GlanceController.designer.cs">
<Link>GlanceController.designer.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\InterfaceController.cs">
<Link>InterfaceController.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\InterfaceController.designer.cs">
<Link>InterfaceController.designer.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\NotificationController.cs">
<Link>NotificationController.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\NotificationController.designer.cs">
<Link>NotificationController.designer.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\RowController.cs">
<Link>RowController.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\RowController.designer.cs">
<Link>RowController.designer.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\Table2InterfaceController.cs">
<Link>Table2InterfaceController.cs</Link>
</Compile>
<Compile Include="..\WatchTablesExtension\Table2InterfaceController.designer.cs">
<Link>Table2InterfaceController.designer.cs</Link>
</Compile>
</ItemGroup>
</Project>