Skip to content

Commit 14fd625

Browse files
author
zhaoyang
committed
feat: one text demo
0 parents  commit 14fd625

File tree

120 files changed

+8399
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+8399
-0
lines changed

Example/Podfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
use_frameworks!
2+
3+
platform :ios, '9.0'
4+
5+
target 'ZYTextInputAvoidKeyboard_Example' do
6+
pod 'ZYTextInputAvoidKeyboard', :path => '../'
7+
8+
target 'ZYTextInputAvoidKeyboard_Tests' do
9+
inherit! :search_paths
10+
11+
pod 'FBSnapshotTestCase'
12+
end
13+
end

Example/Podfile.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
PODS:
2+
- FBSnapshotTestCase (2.1.4):
3+
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
4+
- FBSnapshotTestCase/Core (2.1.4)
5+
- FBSnapshotTestCase/SwiftSupport (2.1.4):
6+
- FBSnapshotTestCase/Core
7+
- KVOController (1.2.0)
8+
- ZYTextInputAvoidKeyboard (0.1.0):
9+
- KVOController (~> 1.2.0)
10+
11+
DEPENDENCIES:
12+
- FBSnapshotTestCase
13+
- ZYTextInputAvoidKeyboard (from `../`)
14+
15+
SPEC REPOS:
16+
trunk:
17+
- FBSnapshotTestCase
18+
- KVOController
19+
20+
EXTERNAL SOURCES:
21+
ZYTextInputAvoidKeyboard:
22+
:path: "../"
23+
24+
SPEC CHECKSUMS:
25+
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
26+
KVOController: d72ace34afea42468329623b3379ab3cd1d286b6
27+
ZYTextInputAvoidKeyboard: 5690a2ff456e3dfc4e7a9ad9b8b5a90970d28e1c
28+
29+
PODFILE CHECKSUM: 49ea49189da3e85c024544cc628422c43bdde951
30+
31+
COCOAPODS: 1.10.0

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.h

Lines changed: 24 additions & 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)