File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <document type =" com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version =" 3.0" toolsVersion =" 6205 " systemVersion =" 13E28 " targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" initialViewController =" Xmq-7s-xh3" >
2
+ <document type =" com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version =" 3.0" toolsVersion =" 6254 " systemVersion =" 14B25 " targetRuntime =" iOS.CocoaTouch" propertyAccessControl =" none" useAutolayout =" YES" useTraitCollections =" YES" initialViewController =" Xmq-7s-xh3" >
3
3
<dependencies >
4
- <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 6205 " />
4
+ <plugIn identifier =" com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version =" 6254 " />
5
5
</dependencies >
6
6
<scenes >
7
7
<!-- Huckleberry-->
24
24
<color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
25
25
<nil key =" highlightedColor" />
26
26
</label >
27
- <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Sentence goes here." lineBreakMode =" tailTruncation" numberOfLines =" 0" baselineAdjustment =" alignBaselines" adjustsFontSizeToFit =" NO" preferredMaxLayoutWidth = " 560 " translatesAutoresizingMaskIntoConstraints =" NO" id =" wVn-Be-UzL" >
27
+ <label opaque =" NO" clipsSubviews =" YES" userInteractionEnabled =" NO" contentMode =" left" horizontalHuggingPriority =" 251" verticalHuggingPriority =" 251" text =" Sentence goes here." lineBreakMode =" tailTruncation" numberOfLines =" 0" baselineAdjustment =" alignBaselines" adjustsFontSizeToFit =" NO" translatesAutoresizingMaskIntoConstraints =" NO" id =" wVn-Be-UzL" >
28
28
<rect key =" frame" x =" 20" y =" 42" width =" 560" height =" 37" />
29
29
<fontDescription key =" fontDescription" style =" UICTFontTextStyleBody" />
30
30
<color key =" textColor" cocoaTouchSystemColor =" darkTextColor" />
Original file line number Diff line number Diff line change @@ -72,12 +72,6 @@ - (void)viewDidLoad
72
72
self.tableView .rowHeight = UITableViewAutomaticDimension;
73
73
}
74
74
75
- // - (void)viewDidAppear:(BOOL)animated
76
- // {
77
- // [super viewDidAppear:animated];
78
- // [self.tableView reloadData];
79
- // }
80
-
81
75
- (void )dealloc
82
76
{
83
77
[[NSNotificationCenter defaultCenter ] removeObserver: self
You can’t perform that action at this time.
0 commit comments