swiftUIviews is an online collection of beautifly designed swiftUIViews by the swift community

Related tags

Layout swiftUIViews
Overview

Header Header Header

Header

swiftUIViews | 👋

swiftUIviews is an online collection of beautifly designed swiftUIViews by the swift community. Feelin like contributing? Follow the instructions below!

Contributing

First of all, THANK YOU! 🎉 Any type of contributions are more than welcome, no matter the skill level.

I am working on a detailed WIKI for contribution instructions, but for now:

  • fork the repo and post the PR
  • try to keep the same style as for other views
  • use ViewTemplate.swift file as...you guessed it, a temaplate
  • design is paramount here, but even if the design is not up to par, i can hop in and modify it further, so no worries in regards to your design skills.
  • not all views will be approved to avoid over-saturation in certain types of views. So please keep that in mind 🙃
You might also like...
A collection of operators and utilities that simplify iOS layout code.

Anchorage A lightweight collection of intuitive operators and utilities that simplify Auto Layout code. Anchorage is built directly on top of the NSLa

A flexible collection view with proper horizontal layout flow
A flexible collection view with proper horizontal layout flow

FlexCollection A very simple flexible collection view using SwiftUI that automat

Reframing SwiftUI Views. A collection of tools to help with layout.
Reframing SwiftUI Views. A collection of tools to help with layout.

Overview A Swift Package with a collection of SwiftUI framing views and tools to help with layout. Size readers like WidthReader, HeightReader, and on

A collection of session summaries in markdown format, from WWDC 20, 19 & 17
A collection of session summaries in markdown format, from WWDC 20, 19 & 17

WWDC-Recap Summaries for the sessions of WWDC 20, 19 & 17 in a markdown format. These notes are not intended to replace the full experience. They are

MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.

MisterFusion MisterFusion makes more easier to use AutoLayout in Swift & Objective-C code. Features Simple And Concise Syntax Use in Swift and Objecti

VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift)VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift)

VidyoPlatform Basic CustomLayouts Reference App for iOS (Swift) VidyoPlatform reference application highlighting how to integrate video chat into a na

100-days-swift-project-8 - The eighth project from 100 days of Swift course
100-days-swift-project-8 - The eighth project from 100 days of Swift course

7 Swifty Words This is the eighth project from Hacking With Swift 100 days of Sw

SwiftLanguageWeather-master - Swift Language Weather is an iOS weather app developed in Swift 4
SwiftLanguageWeather-master - Swift Language Weather is an iOS weather app developed in Swift 4

Swift Language Weather SwiftWeather has renamed to Swift Language Weather. Becau

Fancy Swift implementation of the Visual Format Language (experimental and doesn't work with the recent version of Swift)
Fancy Swift implementation of the Visual Format Language (experimental and doesn't work with the recent version of Swift)

VFLToolbox Autolayout is awesome! VFL a.k.a Visual Format Language is even more awesome because it allows you to shorten constraints setting code. The

Comments
  • [IMPROVEMENT] Add previews on all views

    [IMPROVEMENT] Add previews on all views

    Is your improvement request related to a problem? Please describe. no previews on views

    Describe the solution you'd like add previews based on @mariob suggestion

    question 
    opened by emin-grbo 2
  • [FEATURE] App

    [FEATURE] App

    Is your feature request related to a problem? Please describe. Not a problem, more like an added connivance.

    Describe the proposed solution Make iOS and macOS app down the line once there are enough views to populate it and "system" is more or less streamlined.

    enhancement 
    opened by emin-grbo 0
  • [IMPROVEMENT] Remove initial view preview

    [IMPROVEMENT] Remove initial view preview

    Is your improvement request related to a problem? Please describe. A bit that is above the refactor line was planned to use as a demo example on how to use the view. However, now with possible previews in the future, and views being simple for the most part, we might consider in removing them completely.

    Describe the solution you'd like Just kill them all with fire🔥 If needed to have a demo/example usage, it can be shown in the preview below or just as a separate part of code in a comment. These previews are mostly needed for font/text modifications as people are not used to use 'modifier' properties.

    question 
    opened by emin-grbo 1
Owner
emin
I am a pixel whisperer
emin
Modern-collection-view - Modern collection view for swift

Modern collection view Sample application demonstrating the use of collection vi

Nitanta Adhikari 1 Jan 24, 2022
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors

SwiftColorGen A tool that generate code for Swift projects, designed to improve the maintainability of UIColors. Please notice, this tool still under

Fernando del Rio 150 Oct 23, 2022
A mental health app designed to help users track their emotions with short, tweet-like journals.

Objective The purpose of this project is to create a mental health app where users will input a short journal each day that is no longer than a tweet

Isha Mahadalkar 0 Dec 25, 2021
UITableView based component designed to display a hierarchy of expandable/foldable comments.

SwiftyComments UITableView based component designed to display a hierarchy of expandable/foldable comments. Installation Manually Just copy the .swift

Stéphane Sercu 220 Dec 22, 2022
TicTacToe Game Collection View With Swift

TicTacToe---Collection-View Game Rules A game will consist of a sequence of the following actions: Initially, the "X" marks will play first (we call h

Hardik 3 Apr 27, 2022
A Code challenge I solved leveraging a lot on Composite collection view layout written in swift

AsthmApp Mobile app designed as a support aid for people with Asthma Accounts Google and Firebase [email protected] dICerytiMPSI Facebook asthmp.ap

null 0 Dec 13, 2021
A Code challenge I solved leveraging a lot on Composite collection view layout...written in swift

Space44 Code Challenge Space44 Code Challenge iOS application for Space 44 hiring process, it leverages on Image download and composite collection vie

null 0 Dec 16, 2021
A collection of Swift Property Wrappers (formerly "Property Delegates")

?? ?? Burritos A collection of well tested Swift Property Wrappers. @AtomicWrite @Clamping @Copying @DefaultValue @DynamicUIColor @EnvironmentVariable

Guillermo Muntaner 1.3k Dec 26, 2022
A Swift utility to make updating table views/collection views trivially easy and reliable.

ArrayDiff An efficient Swift utility to compute the difference between two arrays. Get the removedIndexes and insertedIndexes and pass them directly a

Adlai Holler 100 Jun 5, 2022
Flow layout / tag cloud / collection view in SwiftUI.

SwiftUIFlowLayout A Flow Layout is a container that orders its views sequentially, breaking into a new "line" according to the available width of the

Gordan Glavaš 115 Dec 28, 2022