Skip to content

Make the library less complicated #9

@danielsaidi

Description

@danielsaidi

This library was always about adding reusable, simple utilities and views to extend SwiftUI.

However, over time, I have added more complex component types and concepts to the library, which is a bad fit, since this concepts may require more specific demos, documentation etc. than fits this project.

As such, from SwiftUI 3, I will move many complex types into their own libraries. I will therefore list such components in the list below and deprecate them once they are their own libraries. I will then bump to 3.0 once they have all been converted.

  • CircularProgressBar
  • ColorPickerBar
  • FlipView
  • LinkText
  • List items -> ListItemKit?
  • PageView
  • Pickers -> PickerKit
  • Presentation -> PresentationKit
  • Printing -> PrintingKit
  • ProgressBar
  • SystemFontPicker
  • WebView -> WebViewKit

More may come as I start this work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    miscA little bit of this, a little bit of that

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions