Skip to content

Commit

Permalink
pod 设置,案例目录结构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Gdxy committed Oct 29, 2018
1 parent ce8295a commit 679e5a2
Show file tree
Hide file tree
Showing 26 changed files with 229 additions and 225 deletions.

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.h
// TLTransitions
// Example
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.m
// TLTransitions
// Example
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.14"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand All @@ -18,27 +17,27 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="beu-rF-hAw">
<rect key="frame" x="45" y="103" width="79" height="30"/>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9wD-Ao-fOI">
<rect key="frame" x="45" y="220" width="79" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="中间Alert式"/>
<connections>
<action selector="showAlertView:" destination="BYZ-38-t0r" eventType="touchUpInside" id="a2r-MH-GAW"/>
<action selector="showAlertView:" destination="BYZ-38-t0r" eventType="touchUpInside" id="Crf-N0-Pdw"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="View A" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NMp-sC-Jbu">
<rect key="frame" x="72" y="285" width="231" height="96"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="View A" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GNn-IA-DaL">
<rect key="frame" x="72" y="301" width="231" height="96"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="80"/>
<color key="textColor" red="1" green="0.5409764051" blue="0.84731429820000004" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MAT-wU-QU5">
<rect key="frame" x="199" y="103" width="130" height="30"/>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="w9C-oe-KRS">
<rect key="frame" x="199" y="220" width="130" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
<state key="normal" title="底部ActionSheet式"/>
<connections>
<action selector="showActionSheetView:" destination="BYZ-38-t0r" eventType="touchUpInside" id="U7D-wr-PGh"/>
<action selector="showActionSheetView:" destination="BYZ-38-t0r" eventType="touchUpInside" id="SXk-VL-kpx"/>
</connections>
</button>
</subviews>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ViewController.h
// TLTransitions
// Example
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ViewController.m
// TLTransitions
// Example
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// main.m
// TLTransitions
// Example
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//
// TLTransitionsTests.m
// TLTransitionsTests
// ExampleTests.m
// ExampleTests
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
//

#import <XCTest/XCTest.h>

@interface TLTransitionsTests : XCTestCase
@interface ExampleTests : XCTestCase

@end

@implementation TLTransitionsTests
@implementation ExampleTests

- (void)setUp {
// Put setup code here. This method is called before the invocation of each test method in the class.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//
// TLTransitionsUITests.m
// TLTransitionsUITests
// ExampleUITests.m
// ExampleUITests
//
// Created by 故乡的云 on 2018/10/29.
// Copyright © 2018 故乡的云. All rights reserved.
//

#import <XCTest/XCTest.h>

@interface TLTransitionsUITests : XCTestCase
@interface ExampleUITests : XCTestCase

@end

@implementation TLTransitionsUITests
@implementation ExampleUITests

- (void)setUp {
// Put setup code here. This method is called before the invocation of each test method in the class.
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions TLTransitions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "TLTransitions"
s.version = "1.0.0"
s.ios.deployment_target = '7.0'
s.summary = "Fast implement transitions for view or viewController "
s.homepage = "https://github.com/LoongerTao/TLTransitions"
s.license = "MIT"
s.author = { "Gxdy" => "[email protected]" }
s.source = { :git => "https://github.com/LoongerTao/TLTransitions.git", :tag => s.version }
s.source_files = "TLTransitions/TLTransitions"
s.requires_arc = true
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 679e5a2

Please sign in to comment.