remove icons, use assets, add launchscreen
|
@ -0,0 +1 @@
|
||||||
|
{"images":[{"idiom":"iphone","filename":"Icon.png","size":"57x57","scale":"1x"},{"idiom":"iphone","filename":"Icon@2x.png","size":"57x57","scale":"2x"},{"idiom":"iphone","filename":"Icon-60@2x.png","size":"60x60","scale":"2x"},{"idiom":"iphone","filename":"Icon-Small.png","size":"29x29","scale":"1x"},{"idiom":"iphone","filename":"Icon-Small@2x.png","size":"29x29","scale":"2x"},{"idiom":"iphone","filename":"Icon-Spotlight-40@2x.png","size":"40x40","scale":"2x"}],"info":{"version":1,"author":"xcode"}}
|
До Ширина: | Высота: | Размер: 7.0 KiB После Ширина: | Высота: | Размер: 7.0 KiB |
До Ширина: | Высота: | Размер: 3.6 KiB После Ширина: | Высота: | Размер: 3.6 KiB |
До Ширина: | Высота: | Размер: 4.7 KiB После Ширина: | Высота: | Размер: 4.7 KiB |
До Ширина: | Высота: | Размер: 5.5 KiB После Ширина: | Высота: | Размер: 5.5 KiB |
До Ширина: | Высота: | Размер: 4.7 KiB После Ширина: | Высота: | Размер: 4.7 KiB |
До Ширина: | Высота: | Размер: 6.8 KiB После Ширина: | Высота: | Размер: 6.8 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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
@ -30,16 +30,13 @@
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleIconFiles</key>
|
|
||||||
<array>
|
|
||||||
<string>Icon</string>
|
|
||||||
<string>Icon@2x</string>
|
|
||||||
<string>Icon-60@2x</string>
|
|
||||||
<string>Icon-Small</string>
|
|
||||||
<string>Icon-Small@2x</string>
|
|
||||||
<string>Icon-Spotlight-40@2x</string>
|
|
||||||
</array>
|
|
||||||
<key>UIPrerenderedIcon</key>
|
<key>UIPrerenderedIcon</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>Protocols_Delegates_Events</string>
|
||||||
|
<key>XSAppIconAssets</key>
|
||||||
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -21,10 +21,11 @@
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<ConsolePause>false</ConsolePause>
|
<ConsolePause>false</ConsolePause>
|
||||||
<MtouchLink>None</MtouchLink>
|
<MtouchLink>SdkOnly</MtouchLink>
|
||||||
<MtouchDebug>true</MtouchDebug>
|
<MtouchDebug>true</MtouchDebug>
|
||||||
<MtouchArch>x86_64</MtouchArch>
|
<MtouchArch>x86_64</MtouchArch>
|
||||||
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
||||||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
|
@ -97,33 +98,6 @@
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="Xamarin.iOS" />
|
<Reference Include="Xamarin.iOS" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<BundleResource Include="Resources\Default-568h%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Default-Landscape%402x~ipad.png" />
|
|
||||||
<BundleResource Include="Resources\Default-Landscape~ipad.png" />
|
|
||||||
<BundleResource Include="Resources\Default-Portrait%402x~ipad.png" />
|
|
||||||
<BundleResource Include="Resources\Default-Portrait~ipad.png" />
|
|
||||||
<BundleResource Include="Resources\Default.png" />
|
|
||||||
<BundleResource Include="Resources\Default%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-60.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-60%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-72.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-72%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-76.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-76%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Small-50.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Small-50%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Small.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Small%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Spotlight-40.png" />
|
|
||||||
<BundleResource Include="Resources\Icon-Spotlight-40%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Icon.png" />
|
|
||||||
<BundleResource Include="Resources\Icon%402x.png" />
|
|
||||||
<BundleResource Include="Resources\iTunesArtwork.png" />
|
|
||||||
<BundleResource Include="Resources\iTunesArtwork%402x.png" />
|
|
||||||
<BundleResource Include="Resources\Logo.png" />
|
|
||||||
<BundleResource Include="Resources\Logo%402x.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Info.plist" />
|
<None Include="Info.plist" />
|
||||||
<None Include="Entitlements.plist" />
|
<None Include="Entitlements.plist" />
|
||||||
|
@ -140,10 +114,23 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<InterfaceDefinition Include="MainStoryboard.storyboard" />
|
<InterfaceDefinition Include="MainStoryboard.storyboard" />
|
||||||
|
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ITunesArtwork Include="iTunesArtwork" />
|
<ITunesArtwork Include="iTunesArtwork" />
|
||||||
<ITunesArtwork Include="iTunesArtwork%402x" />
|
<ITunesArtwork Include="iTunesArtwork%402x" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon.png" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon%402x.png" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-60%402x.png" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small.png" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small%402x.png" />
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Spotlight-40%402x.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Resources\" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
|
@ -1,13 +1,13 @@
|
||||||
// WARNING
|
// WARNING
|
||||||
//
|
//
|
||||||
// This file has been generated automatically by Xamarin Studio from the outlets and
|
// This file has been generated automatically by Visual Studio from the outlets and
|
||||||
// actions declared in your storyboard file.
|
// actions declared in your storyboard file.
|
||||||
// Manual changes to this file will not be maintained.
|
// Manual changes to this file will not be maintained.
|
||||||
//
|
//
|
||||||
using System;
|
|
||||||
using Foundation;
|
using Foundation;
|
||||||
using UIKit;
|
using System;
|
||||||
using System.CodeDom.Compiler;
|
using System.CodeDom.Compiler;
|
||||||
|
using UIKit;
|
||||||
|
|
||||||
namespace Protocols_Delegates_Events
|
namespace Protocols_Delegates_Events
|
||||||
{
|
{
|
||||||
|
|
До Ширина: | Высота: | Размер: 61 KiB |
До Ширина: | Высота: | Размер: 22 KiB |
До Ширина: | Высота: | Размер: 28 KiB |
До Ширина: | Высота: | Размер: 21 KiB |
До Ширина: | Высота: | Размер: 42 KiB |
До Ширина: | Высота: | Размер: 14 KiB |
До Ширина: | Высота: | Размер: 38 KiB |
До Ширина: | Высота: | Размер: 4.8 KiB |
До Ширина: | Высота: | Размер: 5.4 KiB |
До Ширина: | Высота: | Размер: 8.0 KiB |
До Ширина: | Высота: | Размер: 5.5 KiB |
До Ширина: | Высота: | Размер: 8.2 KiB |
До Ширина: | Высота: | Размер: 4.4 KiB |
До Ширина: | Высота: | Размер: 6.3 KiB |
До Ширина: | Высота: | Размер: 4.0 KiB |
|
@ -0,0 +1,42 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||||
|
<dependencies>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
|
||||||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes>
|
||||||
|
<!--View Controller-->
|
||||||
|
<scene sceneID="EHf-IW-A2E">
|
||||||
|
<objects>
|
||||||
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||||
|
<layoutGuides>
|
||||||
|
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
|
||||||
|
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
|
||||||
|
</layoutGuides>
|
||||||
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||||
|
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
||||||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
|
<subviews>
|
||||||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Protocols, Delegates, Events" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1OL-p7-IEK" misplaced="YES" ambiguous="YES">
|
||||||
|
<rect key="frame" x="20" y="535" width="364" height="28"/>
|
||||||
|
<constraints>
|
||||||
|
<constraint firstAttribute="width" constant="168.5" id="1Wh-7P-vBa"/>
|
||||||
|
<constraint firstAttribute="height" constant="21" id="vf1-UD-21c"/>
|
||||||
|
</constraints>
|
||||||
|
<fontDescription key="fontDescription" type="system" pointSize="28"/>
|
||||||
|
<nil key="textColor"/>
|
||||||
|
<nil key="highlightedColor"/>
|
||||||
|
</label>
|
||||||
|
</subviews>
|
||||||
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
|
<constraints>
|
||||||
|
<constraint firstItem="1OL-p7-IEK" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="btd-wE-k9x"/>
|
||||||
|
</constraints>
|
||||||
|
</view>
|
||||||
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
|
</objects>
|
||||||
|
<point key="canvasLocation" x="52" y="374.6627"/>
|
||||||
|
</scene>
|
||||||
|
</scenes>
|
||||||
|
</document>
|
До Ширина: | Высота: | Размер: 20 KiB |
До Ширина: | Высота: | Размер: 54 KiB |
До Ширина: | Высота: | Размер: 27 KiB |
До Ширина: | Высота: | Размер: 54 KiB |