Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了几个来自 github 的自定义控件,到目前为止,我一直将源代码文件作为新资源添加到我在 XCode 中的项目中。但是我现在看到这个 repo 经常更新,这让我想知道我是否可以添加源文件并在推送新内容时更新它们(手动或自动)。抱歉,这可能是一个菜鸟问题。
这是回购:BlockAlertsAnd-ActionSheets
听起来你想要一个 git 子模块。
据我所知,在 Xcode 中无法执行此操作,因此您需要从命令行执行此操作。
如果您对通过终端命令行使用 git 感到满意,这里有一个关于如何进行此设置的教程。
你可以使用CocoaPods。这个repo有一个 pod 。管理你的依赖关系真的很有用。要获得新版本的 pod,您只需更新您的 Podfile 并运行“pod install”。检查网站,你会在那里找到更多信息。