awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesView Controller Embedding

Techniques for wrapping entire view controllers to render them within a different UI framework's hierarchy.

Distinct from External Controller View Integration: Focuses on the embedding of full controllers into a declarative tree rather than general external controller integration.

Explore 3 awesome GitHub repositories matching user interface & experience · View Controller Embedding. Refine with filters or upvote what's useful.

Awesome View Controller Embedding GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • simpleboilerplates/swiftui-cheat-sheetSimpleBoilerplates 的头像

    SimpleBoilerplates/SwiftUI-Cheat-Sheet

    4,456在 GitHub 上查看↗

    本项目是一个使用 SwiftUI 框架构建用户界面的参考指南和技术资源。它提供了一个全面的代码示例集合、文档以及可重用视图实现和布局模式的组件库。 该资源包含一个兼容性映射表,将现代声明式视图与其在 UIKit 框架中的命令式对应物联系起来。该文档通过提供关于在声明式层级中封装旧版视图控制器和视图子类的指导,协助从 UIKit 迁移到 SwiftUI。 该指南涵盖了广泛的界面功能,包括导航结构、网格和栈布局的实现,以及高性能列表渲染。它还详细介绍了用于用户输入、手势识别的交互式组件的使用,以及用于样式的视觉修饰符的应用。

    Provides mechanisms to wrap external UIKit view controllers for use within declarative layouts.

    在 GitHub 上查看↗4,456
  • orderella/popupdialogorderella 的头像

    orderella/PopupDialog

    4,026在 GitHub 上查看↗

    PopupDialog 是一个用于 iOS 的 Swift UI 组件库,提供了一个自定义模态覆盖系统。它作为标准系统警告控制器的灵活替代方案,允许创建具有自定义布局的风格化弹窗和警告。 该库的特色在于能够将任意视图控制器直接嵌入到对话框主体中。它包含一个集中的主题配置系统,以在整个应用程序中保持容器、覆盖层和按钮的视觉风格一致。 该项目涵盖了广泛的布局和行为控制,包括键盘避让处理、状态栏可见性控制和手势驱动的关闭功能。它还支持视觉反馈机制,如抖动动画以及用于屏幕进入和退出的可配置过渡动画。

    Allows arbitrary UIKit view controllers to be embedded as the primary content of a dialog.

    Swift
    在 GitHub 上查看↗4,026
  • johnsundell/swifttipsJohnSundell 的头像

    JohnSundell/SwiftTips

    4,014在 GitHub 上查看↗

    SwiftTips 是一个精选的指南、库和设计模式集合,专注于 Swift 语言掌握、应用程序架构和 API 设计。它为实现高级编码技术和架构最佳实践提供了技术资源。 该项目强调通过战略性的协议组合和泛型创建类型安全且对话式的接口。它提供了用于构建模块化 UI 系统和管理复杂视图层次结构的专门模式,以及单元测试和依赖注入的综合策略。 该资源涵盖了广泛的功能,包括函数式编程原语、高级类型系统工具和数据建模策略。它还详细介绍了错误处理、内存管理和响应式用户界面开发的技术。

    Embeds modular child view controllers to share common functionality without using class inheritance.

    在 GitHub 上查看↗4,014
  1. Home
  2. User Interface & Experience
  3. External Controller View Integration
  4. View Controller Embedding

探索子标签

  • Controller ModularizationEncapsulating common functionality into reusable child view controllers. **Distinct from View Controller Embedding:** Focuses on modularizing logic into children for reuse, not just embedding them for framework compatibility.