Created
May 2, 2013 11:05
-
-
Save rjstelling/5501524 to your computer and use it in GitHub Desktop.
Code related to a Stack Overflow question: http://stackoverflow.com/questions/16336421/ligatures-do-not-working-in-uilabel-using-attributed-strings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TRVViewController.m | |
// AttString | |
// | |
// Created by Richard Stelling on 02/05/2013. | |
// Copyright (c) 2013 Richard Stelling. All rights reserved. | |
// | |
#import "TRVViewController.h" | |
@interface TRVViewController () | |
@end | |
@implementation TRVViewController | |
{ | |
NSInteger i; | |
NSArray *words; | |
} | |
- (void)viewDidLoad | |
{ | |
[super viewDidLoad]; | |
// Do any additional setup after loading the view, typically from a nib. | |
words = @[@"aeciospore", | |
@"coeliac", | |
@"halfheaded", | |
@"cliffhanging", | |
@"aufkommender", | |
@"snuffkin", | |
@"domineesbriefjes", | |
@"offtrack", | |
@"dahinraffte", | |
@"coffins"]; | |
[self next:nil]; | |
} | |
- (IBAction)next:(id)sender | |
{ | |
NSDictionary *attrs = @{ NSFontAttributeName : [UIFont systemFontOfSize:74.0], | |
NSLigatureAttributeName : @2, | |
NSBackgroundColorAttributeName : [UIColor redColor]}; | |
self.attr.attributedText = [[NSAttributedString alloc] initWithString:words[i] attributes:attrs]; | |
self.normal.text = words[i]; | |
i = (i==([words count]-1))?0:i+1; | |
} | |
- (void)didReceiveMemoryWarning | |
{ | |
[super didReceiveMemoryWarning]; | |
// Dispose of any resources that can be recreated. | |
} | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00"> | |
<data> | |
<int key="IBDocument.SystemTarget">1552</int> | |
<string key="IBDocument.SystemVersion">12D78</string> | |
<string key="IBDocument.InterfaceBuilderVersion">3084</string> | |
<string key="IBDocument.AppKitVersion">1187.37</string> | |
<string key="IBDocument.HIToolboxVersion">626.00</string> | |
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> | |
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="NS.object.0">2083</string> | |
</object> | |
<array key="IBDocument.IntegratedClassDependencies"> | |
<string>IBNSLayoutConstraint</string> | |
<string>IBProxyObject</string> | |
<string>IBUIButton</string> | |
<string>IBUILabel</string> | |
<string>IBUIView</string> | |
</array> | |
<array key="IBDocument.PluginDependencies"> | |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
</array> | |
<object class="NSMutableDictionary" key="IBDocument.Metadata"> | |
<string key="NS.key.0">PluginDependencyRecalculationVersion</string> | |
<integer value="1" key="NS.object.0"/> | |
</object> | |
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> | |
<object class="IBProxyObject" id="841351856"> | |
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
</object> | |
<object class="IBProxyObject" id="606714003"> | |
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
</object> | |
<object class="IBUIView" id="766721923"> | |
<reference key="NSNextResponder"/> | |
<int key="NSvFlags">274</int> | |
<array class="NSMutableArray" key="NSSubviews"> | |
<object class="IBUILabel" id="726326897"> | |
<reference key="NSNextResponder" ref="766721923"/> | |
<int key="NSvFlags">292</int> | |
<string key="NSFrame">{{20, 20}, {728, 88}}</string> | |
<reference key="NSSuperview" ref="766721923"/> | |
<reference key="NSWindow"/> | |
<reference key="NSNextKeyView" ref="570678325"/> | |
<string key="NSReuseIdentifierKey">_NS:9</string> | |
<bool key="IBUIOpaque">NO</bool> | |
<bool key="IBUIClipsSubviews">YES</bool> | |
<int key="IBUIContentMode">7</int> | |
<bool key="IBUIUserInteractionEnabled">NO</bool> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
<string key="IBUIText">##ATTR WORD</string> | |
<object class="NSColor" key="IBUITextColor" id="272393352"> | |
<int key="NSColorSpace">1</int> | |
<bytes key="NSRGB">MCAwIDAAA</bytes> | |
<string key="IBUIColorCocoaTouchKeyPath">darkTextColor</string> | |
</object> | |
<nil key="IBUIHighlightedColor"/> | |
<int key="IBUIBaselineAdjustment">0</int> | |
<int key="IBUITextAlignment">1</int> | |
<object class="IBUIFontDescription" key="IBUIFontDescription"> | |
<int key="type">1</int> | |
<double key="pointSize">17</double> | |
</object> | |
<object class="NSFont" key="IBUIFont"> | |
<string key="NSName">Helvetica</string> | |
<double key="NSSize">17</double> | |
<int key="NSfFlags">16</int> | |
</object> | |
<bool key="IBUIAdjustsFontSizeToFit">NO</bool> | |
</object> | |
<object class="IBUILabel" id="570678325"> | |
<reference key="NSNextResponder" ref="766721923"/> | |
<int key="NSvFlags">292</int> | |
<string key="NSFrame">{{20, 129}, {728, 88}}</string> | |
<reference key="NSSuperview" ref="766721923"/> | |
<reference key="NSWindow"/> | |
<reference key="NSNextKeyView" ref="455729308"/> | |
<string key="NSReuseIdentifierKey">_NS:9</string> | |
<bool key="IBUIOpaque">NO</bool> | |
<bool key="IBUIClipsSubviews">YES</bool> | |
<int key="IBUIContentMode">7</int> | |
<bool key="IBUIUserInteractionEnabled">NO</bool> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
<string key="IBUIText">##WORD</string> | |
<reference key="IBUITextColor" ref="272393352"/> | |
<nil key="IBUIHighlightedColor"/> | |
<int key="IBUIBaselineAdjustment">0</int> | |
<int key="IBUITextAlignment">1</int> | |
<object class="IBUIFontDescription" key="IBUIFontDescription"> | |
<int key="type">1</int> | |
<double key="pointSize">74</double> | |
</object> | |
<object class="NSFont" key="IBUIFont"> | |
<string key="NSName">Helvetica</string> | |
<double key="NSSize">74</double> | |
<int key="NSfFlags">16</int> | |
</object> | |
<bool key="IBUIAdjustsFontSizeToFit">NO</bool> | |
</object> | |
<object class="IBUIButton" id="455729308"> | |
<reference key="NSNextResponder" ref="766721923"/> | |
<int key="NSvFlags">292</int> | |
<string key="NSFrame">{{621, 225}, {127, 44}}</string> | |
<reference key="NSSuperview" ref="766721923"/> | |
<reference key="NSWindow"/> | |
<reference key="NSNextKeyView"/> | |
<string key="NSReuseIdentifierKey">_NS:9</string> | |
<bool key="IBUIOpaque">NO</bool> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
<int key="IBUIContentHorizontalAlignment">0</int> | |
<int key="IBUIContentVerticalAlignment">0</int> | |
<int key="IBUIButtonType">1</int> | |
<string key="IBUINormalTitle">Next</string> | |
<object class="NSColor" key="IBUIHighlightedTitleColor"> | |
<int key="NSColorSpace">3</int> | |
<bytes key="NSWhite">MQA</bytes> | |
</object> | |
<object class="NSColor" key="IBUINormalTitleColor"> | |
<int key="NSColorSpace">1</int> | |
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes> | |
</object> | |
<object class="NSColor" key="IBUINormalTitleShadowColor"> | |
<int key="NSColorSpace">3</int> | |
<bytes key="NSWhite">MC41AA</bytes> | |
</object> | |
<object class="IBUIFontDescription" key="IBUIFontDescription"> | |
<int key="type">2</int> | |
<double key="pointSize">15</double> | |
</object> | |
<object class="NSFont" key="IBUIFont"> | |
<string key="NSName">Helvetica-Bold</string> | |
<double key="NSSize">15</double> | |
<int key="NSfFlags">16</int> | |
</object> | |
</object> | |
</array> | |
<string key="NSFrame">{{0, 20}, {768, 1004}}</string> | |
<reference key="NSSuperview"/> | |
<reference key="NSWindow"/> | |
<reference key="NSNextKeyView" ref="726326897"/> | |
<object class="NSColor" key="IBUIBackgroundColor"> | |
<int key="NSColorSpace">3</int> | |
<bytes key="NSWhite">MQA</bytes> | |
<object class="NSColorSpace" key="NSCustomColorSpace"> | |
<int key="NSID">2</int> | |
</object> | |
</object> | |
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"> | |
<int key="IBUIStatusBarStyle">2</int> | |
</object> | |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> | |
</object> | |
</array> | |
<object class="IBObjectContainer" key="IBDocument.Objects"> | |
<array class="NSMutableArray" key="connectionRecords"> | |
<object class="IBConnectionRecord"> | |
<object class="IBCocoaTouchOutletConnection" key="connection"> | |
<string key="label">view</string> | |
<reference key="source" ref="841351856"/> | |
<reference key="destination" ref="766721923"/> | |
</object> | |
<int key="connectionID">3</int> | |
</object> | |
<object class="IBConnectionRecord"> | |
<object class="IBCocoaTouchOutletConnection" key="connection"> | |
<string key="label">attr</string> | |
<reference key="source" ref="841351856"/> | |
<reference key="destination" ref="726326897"/> | |
</object> | |
<int key="connectionID">24</int> | |
</object> | |
<object class="IBConnectionRecord"> | |
<object class="IBCocoaTouchOutletConnection" key="connection"> | |
<string key="label">normal</string> | |
<reference key="source" ref="841351856"/> | |
<reference key="destination" ref="570678325"/> | |
</object> | |
<int key="connectionID">25</int> | |
</object> | |
<object class="IBConnectionRecord"> | |
<object class="IBCocoaTouchEventConnection" key="connection"> | |
<string key="label">next:</string> | |
<reference key="source" ref="455729308"/> | |
<reference key="destination" ref="841351856"/> | |
<int key="IBEventType">7</int> | |
</object> | |
<int key="connectionID">26</int> | |
</object> | |
</array> | |
<object class="IBMutableOrderedSet" key="objectRecords"> | |
<array key="orderedObjects"> | |
<object class="IBObjectRecord"> | |
<int key="objectID">0</int> | |
<array key="object" id="0"/> | |
<reference key="children" ref="1000"/> | |
<nil key="parent"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">-1</int> | |
<reference key="object" ref="841351856"/> | |
<reference key="parent" ref="0"/> | |
<string key="objectName">File's Owner</string> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">-2</int> | |
<reference key="object" ref="606714003"/> | |
<reference key="parent" ref="0"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">2</int> | |
<reference key="object" ref="766721923"/> | |
<array class="NSMutableArray" key="children"> | |
<object class="IBNSLayoutConstraint" id="997219647"> | |
<reference key="firstItem" ref="455729308"/> | |
<int key="firstAttribute">3</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="570678325"/> | |
<int key="secondAttribute">4</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">8</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">6</int> | |
<float key="scoringTypeFloat">24</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="488757555"> | |
<reference key="firstItem" ref="766721923"/> | |
<int key="firstAttribute">6</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="455729308"/> | |
<int key="secondAttribute">6</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="316863978"> | |
<reference key="firstItem" ref="570678325"/> | |
<int key="firstAttribute">3</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="766721923"/> | |
<int key="secondAttribute">3</int> | |
<float key="multiplier">1</float> | |
<object class="IBLayoutConstant" key="constant"> | |
<double key="value">129</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">3</int> | |
<float key="scoringTypeFloat">9</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="72782862"> | |
<reference key="firstItem" ref="766721923"/> | |
<int key="firstAttribute">6</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="570678325"/> | |
<int key="secondAttribute">6</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="602481261"> | |
<reference key="firstItem" ref="570678325"/> | |
<int key="firstAttribute">5</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="766721923"/> | |
<int key="secondAttribute">5</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="89614325"> | |
<reference key="firstItem" ref="766721923"/> | |
<int key="firstAttribute">6</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="726326897"/> | |
<int key="secondAttribute">6</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="82231115"> | |
<reference key="firstItem" ref="726326897"/> | |
<int key="firstAttribute">5</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="766721923"/> | |
<int key="secondAttribute">5</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<object class="IBNSLayoutConstraint" id="284888755"> | |
<reference key="firstItem" ref="726326897"/> | |
<int key="firstAttribute">3</int> | |
<int key="relation">0</int> | |
<reference key="secondItem" ref="766721923"/> | |
<int key="secondAttribute">3</int> | |
<float key="multiplier">1</float> | |
<object class="IBNSLayoutSymbolicConstant" key="constant"> | |
<double key="value">20</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="766721923"/> | |
<int key="scoringType">8</int> | |
<float key="scoringTypeFloat">29</float> | |
<int key="contentType">3</int> | |
</object> | |
<reference ref="726326897"/> | |
<reference ref="570678325"/> | |
<reference ref="455729308"/> | |
</array> | |
<reference key="parent" ref="0"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">4</int> | |
<reference key="object" ref="726326897"/> | |
<array class="NSMutableArray" key="children"> | |
<object class="IBNSLayoutConstraint" id="684963600"> | |
<reference key="firstItem" ref="726326897"/> | |
<int key="firstAttribute">8</int> | |
<int key="relation">0</int> | |
<nil key="secondItem"/> | |
<int key="secondAttribute">0</int> | |
<float key="multiplier">1</float> | |
<object class="IBLayoutConstant" key="constant"> | |
<double key="value">88</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="726326897"/> | |
<int key="scoringType">3</int> | |
<float key="scoringTypeFloat">9</float> | |
<int key="contentType">1</int> | |
</object> | |
</array> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">7</int> | |
<reference key="object" ref="284888755"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">9</int> | |
<reference key="object" ref="82231115"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">10</int> | |
<reference key="object" ref="89614325"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">11</int> | |
<reference key="object" ref="570678325"/> | |
<array class="NSMutableArray" key="children"> | |
<object class="IBNSLayoutConstraint" id="962604141"> | |
<reference key="firstItem" ref="570678325"/> | |
<int key="firstAttribute">8</int> | |
<int key="relation">0</int> | |
<nil key="secondItem"/> | |
<int key="secondAttribute">0</int> | |
<float key="multiplier">1</float> | |
<object class="IBLayoutConstant" key="constant"> | |
<double key="value">88</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="570678325"/> | |
<int key="scoringType">3</int> | |
<float key="scoringTypeFloat">9</float> | |
<int key="contentType">1</int> | |
</object> | |
</array> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">15</int> | |
<reference key="object" ref="602481261"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">16</int> | |
<reference key="object" ref="72782862"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">17</int> | |
<reference key="object" ref="316863978"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">18</int> | |
<reference key="object" ref="684963600"/> | |
<reference key="parent" ref="726326897"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">20</int> | |
<reference key="object" ref="455729308"/> | |
<array class="NSMutableArray" key="children"> | |
<object class="IBNSLayoutConstraint" id="956945104"> | |
<reference key="firstItem" ref="455729308"/> | |
<int key="firstAttribute">7</int> | |
<int key="relation">0</int> | |
<nil key="secondItem"/> | |
<int key="secondAttribute">0</int> | |
<float key="multiplier">1</float> | |
<object class="IBLayoutConstant" key="constant"> | |
<double key="value">127</double> | |
</object> | |
<float key="priority">1000</float> | |
<reference key="containingView" ref="455729308"/> | |
<int key="scoringType">3</int> | |
<float key="scoringTypeFloat">9</float> | |
<int key="contentType">1</int> | |
</object> | |
</array> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">21</int> | |
<reference key="object" ref="488757555"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">22</int> | |
<reference key="object" ref="997219647"/> | |
<reference key="parent" ref="766721923"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">23</int> | |
<reference key="object" ref="956945104"/> | |
<reference key="parent" ref="455729308"/> | |
</object> | |
<object class="IBObjectRecord"> | |
<int key="objectID">27</int> | |
<reference key="object" ref="962604141"/> | |
<reference key="parent" ref="570678325"/> | |
</object> | |
</array> | |
</object> | |
<dictionary class="NSMutableDictionary" key="flattenedProperties"> | |
<string key="-1.CustomClassName">TRVViewController</string> | |
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="-2.CustomClassName">UIResponder</string> | |
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="10.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="11.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<array key="11.IBViewMetadataConstraints"> | |
<reference ref="962604141"/> | |
</array> | |
<boolean value="NO" key="11.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/> | |
<string key="15.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="16.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="17.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="18.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<array key="2.IBViewMetadataConstraints"> | |
<reference ref="284888755"/> | |
<reference ref="82231115"/> | |
<reference ref="89614325"/> | |
<reference ref="602481261"/> | |
<reference ref="72782862"/> | |
<reference ref="316863978"/> | |
<reference ref="488757555"/> | |
<reference ref="997219647"/> | |
</array> | |
<string key="20.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<array key="20.IBViewMetadataConstraints"> | |
<reference ref="956945104"/> | |
</array> | |
<boolean value="NO" key="20.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/> | |
<string key="21.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="22.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="23.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="27.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<array key="4.IBViewMetadataConstraints"> | |
<reference ref="684963600"/> | |
</array> | |
<boolean value="NO" key="4.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/> | |
<string key="7.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
<string key="9.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> | |
</dictionary> | |
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/> | |
<nil key="activeLocalization"/> | |
<dictionary class="NSMutableDictionary" key="localizations"/> | |
<nil key="sourceID"/> | |
<int key="maxID">27</int> | |
</object> | |
<object class="IBClassDescriber" key="IBDocument.Classes"> | |
<array class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
<object class="IBPartialClassDescription"> | |
<string key="className">NSLayoutConstraint</string> | |
<string key="superclassName">NSObject</string> | |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
<string key="majorKey">IBProjectSource</string> | |
<string key="minorKey">./Classes/NSLayoutConstraint.h</string> | |
</object> | |
</object> | |
<object class="IBPartialClassDescription"> | |
<string key="className">TRVViewController</string> | |
<string key="superclassName">UIViewController</string> | |
<dictionary class="NSMutableDictionary" key="outlets"> | |
<string key="attr">UILabel</string> | |
<string key="normal">UILabel</string> | |
</dictionary> | |
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
<object class="IBToOneOutletInfo" key="attr"> | |
<string key="name">attr</string> | |
<string key="candidateClassName">UILabel</string> | |
</object> | |
<object class="IBToOneOutletInfo" key="normal"> | |
<string key="name">normal</string> | |
<string key="candidateClassName">UILabel</string> | |
</object> | |
</dictionary> | |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
<string key="majorKey">IBProjectSource</string> | |
<string key="minorKey">./Classes/TRVViewController.h</string> | |
</object> | |
</object> | |
</array> | |
</object> | |
<int key="IBDocument.localizationMode">0</int> | |
<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string> | |
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | |
<int key="IBDocument.defaultPropertyAccessControl">3</int> | |
<bool key="IBDocument.UseAutolayout">YES</bool> | |
<string key="IBCocoaTouchPluginVersion">2083</string> | |
</data> | |
</archive> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment