Skip to content

Commit

Permalink
Merge pull request #117 from mRs-/example-project
Browse files Browse the repository at this point in the history
Example project didn't work
  • Loading branch information
KrauseFx committed Feb 27, 2014
2 parents a01c234 + 252fccd commit f1c2e26
Show file tree
Hide file tree
Showing 12 changed files with 1,029 additions and 866 deletions.
Expand Up @@ -5,34 +5,34 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>82A6ACD6-46DE-447A-A964-E17104032B30</string>
<string>78E13C39-DCE2-42E8-B56F-F65483531CDC</string>
<key>IDESourceControlProjectName</key>
<string>Example</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>D20D76B5-659E-40F1-BC19-299E96EF607D</key>
<string>https://github.com/onato/TSMessages.git</string>
<key>A82D8531-0480-4292-B9CA-F43F680C1C78</key>
<string>https://github.com/mRs-/TSMessages.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>ExampleProject/Example.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>D20D76B5-659E-40F1-BC19-299E96EF607D</key>
<key>A82D8531-0480-4292-B9CA-F43F680C1C78</key>
<string>../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/onato/TSMessages.git</string>
<string>https://github.com/mRs-/TSMessages.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>D20D76B5-659E-40F1-BC19-299E96EF607D</string>
<string>A82D8531-0480-4292-B9CA-F43F680C1C78</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>D20D76B5-659E-40F1-BC19-299E96EF607D</string>
<string>A82D8531-0480-4292-B9CA-F43F680C1C78</string>
<key>IDESourceControlWCCName</key>
<string>TSMessages</string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions ExampleProject/Example/TSDemoViewController.h
Expand Up @@ -23,5 +23,6 @@
- (IBAction)didTapBottom:(id)sender;
- (IBAction)didTapText:(id)sender;
- (IBAction)didTapCustomDesign:(id)sender;
- (IBAction)didTapNavbarHidden:(id)sender;

@end
3 changes: 3 additions & 0 deletions ExampleProject/Example/TSDemoViewController.m
Expand Up @@ -171,4 +171,7 @@ - (CGFloat)navigationbarBottomOfViewController:(UIViewController *)viewControlle
return 55;
}

- (IBAction)didTapNavbarHidden:(id)sender {
self.navigationController.navigationBarHidden = !self.navigationController.navigationBarHidden;
}
@end
15 changes: 13 additions & 2 deletions ExampleProject/Example/en.lproj/MainStoryboard.storyboard
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<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">
<dependencies>
<deployment defaultVersion="1552" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
</dependencies>
<scenes>
<!--Demo View Controller - Second-->
Expand Down Expand Up @@ -173,6 +173,17 @@
<action selector="didTapToggleWantsFullscreen:" destination="3" eventType="touchUpInside" id="jec-JG-HXF"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZGt-J5-iqC">
<rect key="frame" x="191" y="68" width="109" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="10"/>
<state key="normal" title="Toggle NavBar hidden">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="didTapNavbarHidden:" destination="3" eventType="touchUpInside" id="OXg-cZ-mgh"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
Expand Down
4 changes: 2 additions & 2 deletions ExampleProject/Podfile.lock
Expand Up @@ -12,6 +12,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HexColors: 3a68db077cd6572a8f7d4aa1add284dd2436a934
TSMessages: 5ab92604b02e49a755d2cc2baf114d2248a90977
TSMessages: de3fecb312d44078128add86d4347307669d0af2

COCOAPODS: 0.25.0
COCOAPODS: 0.29.0
3 changes: 1 addition & 2 deletions ExampleProject/Pods/Local Podspecs/TSMessages.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ExampleProject/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions ExampleProject/Pods/Pods-resources.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ExampleProject/Pods/Pods.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1c2e26

Please sign in to comment.