Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="iapCell">
            <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
            <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
                <rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumScaleFactor="0.89999999999999991" translatesAutoresizingMaskIntoConstraints="NO" id="Ahy-kq-EHd" userLabel="Name">
                        <rect key="frame" x="54" y="2" width="143" height="40"/>
                        <animations/>
                        <constraints>
                            <constraint firstAttribute="width" constant="143" id="JFo-CJ-9N6"/>
                            <constraint firstAttribute="height" constant="40" id="iqf-bh-ne5"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jIe-8e-1rQ" userLabel="Price">
                        <rect key="frame" x="247" y="11" width="63" height="21"/>
                        <animations/>
                        <color key="backgroundColor" red="0.093922727568478068" green="0.29453132106249968" blue="0.63962418305555557" alpha="1" colorSpace="calibratedRGB"/>
                        <constraints>
                            <constraint firstAttribute="width" constant="63" id="7p2-OS-hgn"/>
                            <constraint firstAttribute="height" constant="21" id="KJC-2z-bp2"/>
                        </constraints>
                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                        <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                        <nil key="highlightedColor"/>
                    </label>
                    <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="coins" translatesAutoresizingMaskIntoConstraints="NO" id="J3H-of-eqh">
                        <rect key="frame" x="8" y="4" width="35" height="35"/>
                        <animations/>
                        <constraints>
                            <constraint firstAttribute="width" constant="35" id="2gP-lO-8eD"/>
                            <constraint firstAttribute="height" constant="35" id="ysl-j5-Ej1"/>
                        </constraints>
                    </imageView>
                </subviews>
                <animations/>
                <constraints>
                    <constraint firstItem="J3H-of-eqh" firstAttribute="centerY" secondItem="Ahy-kq-EHd" secondAttribute="centerY" constant="-0.5" id="60G-Q1-p9e"/>
                    <constraint firstAttribute="centerX" secondItem="J3H-of-eqh" secondAttribute="centerX" constant="134" id="D1b-iJ-Fz9"/>
                    <constraint firstItem="Ahy-kq-EHd" firstAttribute="leading" secondItem="J3H-of-eqh" secondAttribute="trailing" constant="11" id="KBy-GX-7f1"/>
                    <constraint firstItem="J3H-of-eqh" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="4" id="NqM-lo-cZX"/>
                    <constraint firstAttribute="bottom" secondItem="J3H-of-eqh" secondAttribute="bottom" constant="4" id="PCZ-Ub-kBJ"/>
                    <constraint firstItem="J3H-of-eqh" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="TX4-gF-tNp"/>
                    <constraint firstItem="jIe-8e-1rQ" firstAttribute="leading" secondItem="Ahy-kq-EHd" secondAttribute="trailing" constant="50" id="jKL-WH-mi6"/>
                    <constraint firstItem="Ahy-kq-EHd" firstAttribute="centerY" secondItem="jIe-8e-1rQ" secondAttribute="centerY" id="k83-Eu-8HS"/>
                </constraints>
            </tableViewCellContentView>
            <animations/>
            <connections>
                <outlet property="iapNameValue" destination="Ahy-kq-EHd" id="1xP-Id-l7e"/>
                <outlet property="iapPriceValue" destination="jIe-8e-1rQ" id="0xQ-FV-t8D"/>
            </connections>
        </tableViewCell>
    </objects>
    <resources>
        <image name="coins" width="48" height="48"/>
    </resources>
</document>

Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/Controllers/IAPVC/IAPCell/iapCell.xib

Diff revisions: vs.
Revision Author Commited Message
1058 Diff Diff FAquili picture FAquili Sat 23 Jan, 2016 15:50:57 +0000

Apple release.
1.0

622 Diff Diff PBonamassa picture PBonamassa Tue 01 Sep, 2015 06:45:34 +0000

fixed bug alert & cell tableView IAPPVC

408 Diff Diff PBonamassa picture PBonamassa Tue 21 Jul, 2015 09:18:19 +0000

fixed constraints, added label to menĂ¹, modified credits View Cell

298 Diff Diff FAquili picture FAquili Mon 13 Jul, 2015 14:21:02 +0000

iAP

295 FAquili picture FAquili Mon 13 Jul, 2015 13:48:00 +0000

FinalQuizVC constraints update