Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Range search #198

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

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

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

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

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

8 changes: 8 additions & 0 deletions Example - search range/SearchTextFieldWithRange/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'SearchTextFieldWithRange' do

pod 'SearchTextField', :path => "../.."

end
16 changes: 16 additions & 0 deletions Example - search range/SearchTextFieldWithRange/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SearchTextField (1.2.4)

DEPENDENCIES:
- SearchTextField (from `../..`)

EXTERNAL SOURCES:
SearchTextField:
:path: "../.."

SPEC CHECKSUMS:
SearchTextField: 40dc3cc57def5a211f263cac263622c163bbc25a

PODFILE CHECKSUM: 51feecd399dd662d5705f4d0573350b7d2135287

COCOAPODS: 1.10.1

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

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

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

16 changes: 16 additions & 0 deletions Example - search range/SearchTextFieldWithRange/Pods/Manifest.lock

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

Loading