Open
Conversation
Contributor
Author
|
上一个有点小问题,用这个吧 |
Owner
|
其实可以不用关闭上一个 pr 的,只要还没合并,可以一直提交代码 |
Contributor
Author
|
我最新的提交的swift分支把OC Demo给删了,要是合并的话请注意一下。 |
Contributor
Author
|
另外我自己创建了一个库 pod 'KxSwiftNavigation' ,使用的同样的Swift代码;也可以不合并这个swift分支,说明中添加这个pod方式也可以。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加纯Swift支持,创建了HBDNavigationBar子模块 Core和Swift
pod 'HBDNavigationBar' # 安装的是OC版本(默认情况下)
pod 'HBDNavigationBar/Swift' # 安装的是Swift版本
目前仅测试了Swift5,iOS15.4.1真机和模拟器,其它版本的因为没有机器就没有测试,应该问题不大