Skip to content

Commit f1c2e26

Browse files
committed
Merge pull request #117 from mRs-/example-project
Example project didn't work
2 parents a01c234 + 252fccd commit f1c2e26

File tree

12 files changed

+1029
-866
lines changed

12 files changed

+1029
-866
lines changed

ExampleProject/Example.xcworkspace/xcshareddata/Example.xccheckout

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,34 @@
55
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
66
<false/>
77
<key>IDESourceControlProjectIdentifier</key>
8-
<string>82A6ACD6-46DE-447A-A964-E17104032B30</string>
8+
<string>78E13C39-DCE2-42E8-B56F-F65483531CDC</string>
99
<key>IDESourceControlProjectName</key>
1010
<string>Example</string>
1111
<key>IDESourceControlProjectOriginsDictionary</key>
1212
<dict>
13-
<key>D20D76B5-659E-40F1-BC19-299E96EF607D</key>
14-
<string>https://github.com/onato/TSMessages.git</string>
13+
<key>A82D8531-0480-4292-B9CA-F43F680C1C78</key>
14+
<string>https://github.com/mRs-/TSMessages.git</string>
1515
</dict>
1616
<key>IDESourceControlProjectPath</key>
1717
<string>ExampleProject/Example.xcworkspace</string>
1818
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
1919
<dict>
20-
<key>D20D76B5-659E-40F1-BC19-299E96EF607D</key>
20+
<key>A82D8531-0480-4292-B9CA-F43F680C1C78</key>
2121
<string>../..</string>
2222
</dict>
2323
<key>IDESourceControlProjectURL</key>
24-
<string>https://github.com/onato/TSMessages.git</string>
24+
<string>https://github.com/mRs-/TSMessages.git</string>
2525
<key>IDESourceControlProjectVersion</key>
2626
<integer>110</integer>
2727
<key>IDESourceControlProjectWCCIdentifier</key>
28-
<string>D20D76B5-659E-40F1-BC19-299E96EF607D</string>
28+
<string>A82D8531-0480-4292-B9CA-F43F680C1C78</string>
2929
<key>IDESourceControlProjectWCConfigurations</key>
3030
<array>
3131
<dict>
3232
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
3333
<string>public.vcs.git</string>
3434
<key>IDESourceControlWCCIdentifierKey</key>
35-
<string>D20D76B5-659E-40F1-BC19-299E96EF607D</string>
35+
<string>A82D8531-0480-4292-B9CA-F43F680C1C78</string>
3636
<key>IDESourceControlWCCName</key>
3737
<string>TSMessages</string>
3838
</dict>

ExampleProject/Example/TSDemoViewController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
- (IBAction)didTapBottom:(id)sender;
2424
- (IBAction)didTapText:(id)sender;
2525
- (IBAction)didTapCustomDesign:(id)sender;
26+
- (IBAction)didTapNavbarHidden:(id)sender;
2627

2728
@end

ExampleProject/Example/TSDemoViewController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,7 @@ - (CGFloat)navigationbarBottomOfViewController:(UIViewController *)viewControlle
171171
return 55;
172172
}
173173

174+
- (IBAction)didTapNavbarHidden:(id)sender {
175+
self.navigationController.navigationBarHidden = !self.navigationController.navigationBarHidden;
176+
}
174177
@end

ExampleProject/Example/en.lproj/MainStoryboard.storyboard

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4510" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="udN-k3-MmQ">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="udN-k3-MmQ">
33
<dependencies>
44
<deployment defaultVersion="1552" identifier="iOS"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
66
</dependencies>
77
<scenes>
88
<!--Demo View Controller - Second-->
@@ -173,6 +173,17 @@
173173
<action selector="didTapToggleWantsFullscreen:" destination="3" eventType="touchUpInside" id="jec-JG-HXF"/>
174174
</connections>
175175
</button>
176+
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZGt-J5-iqC">
177+
<rect key="frame" x="191" y="68" width="109" height="22"/>
178+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
179+
<fontDescription key="fontDescription" type="system" pointSize="10"/>
180+
<state key="normal" title="Toggle NavBar hidden">
181+
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
182+
</state>
183+
<connections>
184+
<action selector="didTapNavbarHidden:" destination="3" eventType="touchUpInside" id="OXg-cZ-mgh"/>
185+
</connections>
186+
</button>
176187
</subviews>
177188
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
178189
<constraints>

ExampleProject/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
HexColors: 3a68db077cd6572a8f7d4aa1add284dd2436a934
15-
TSMessages: 5ab92604b02e49a755d2cc2baf114d2248a90977
15+
TSMessages: de3fecb312d44078128add86d4347307669d0af2
1616

17-
COCOAPODS: 0.25.0
17+
COCOAPODS: 0.29.0

ExampleProject/Pods/Local Podspecs/TSMessages.podspec

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleProject/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleProject/Pods/Pods-resources.sh

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ExampleProject/Pods/Pods.xcconfig

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)