Skip to content

Commit

Permalink
fix: 修复一个模态跳转下,导航栏可能被遮盖的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglins committed Dec 4, 2018
1 parent d1268bc commit 530ba16
Show file tree
Hide file tree
Showing 1,014 changed files with 57,746 additions and 16 deletions.
17 changes: 17 additions & 0 deletions Demo/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'VHLNavigation' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for VHLNavigation
pod 'ZLPhotoBrowser'

target 'VHLNavigationTests' do
inherit! :search_paths
# Pods for testing

end

end
26 changes: 26 additions & 0 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
PODS:
- GPUImage (0.1.7)
- SDWebImage (4.4.2):
- SDWebImage/Core (= 4.4.2)
- SDWebImage/Core (4.4.2)
- ZLPhotoBrowser (2.7.6):
- GPUImage
- SDWebImage

DEPENDENCIES:
- ZLPhotoBrowser

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- GPUImage
- SDWebImage
- ZLPhotoBrowser

SPEC CHECKSUMS:
GPUImage: 733a5f0fab92df9de1c37ba9df520a833ccb406d
SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
ZLPhotoBrowser: 6dfadc4706429424f0a851fe40752aff076689ab

PODFILE CHECKSUM: 3cb2e6b7156f293d3e8fdc9f8e80823f9e61f48b

COCOAPODS: 1.6.0.beta.2
9 changes: 9 additions & 0 deletions Demo/Pods/GPUImage/License.txt

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

733 changes: 733 additions & 0 deletions Demo/Pods/GPUImage/README.md

Large diffs are not rendered by default.

Binary file added Demo/Pods/GPUImage/framework/Resources/lookup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions Demo/Pods/GPUImage/framework/Source/GLProgram.h

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

236 changes: 236 additions & 0 deletions Demo/Pods/GPUImage/framework/Source/GLProgram.m

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

Loading

0 comments on commit 530ba16

Please sign in to comment.