A cooking book provides recipes to perform certain action on SwiftUI

Overview

SwiftUI Recipes

This is like a cooking book. provides recipes to perform certain action on SwiftUI

Every Project will contain as many SwiftUI views as there are recipes in that section, they can be previewed however they will not work as an application.

Sections:

  • Lists: Diferent approaches on using lists, diferent applicacionts and appearencce modifiers
  • Grids&Stacks: Different uses on Grids and Stacks to adjust views to diferent devices
  • Gestures: Diferent implementations on how to handle images to add diferent features

Planed Sections(to add):

  • Data Flow
  • Graphics, Shapes, Paths and Effects
  • Navigation
  • XcodePreviews
  • Sheets
  • Pickers
  • Maps
  • UIKit and SwiftUI Interoperability
  • Testing
  • SwiftUI and MVVM
  • SwifUI and CoreData
  • SwiftUI and Firebase
You might also like...
The app provides additional actions for the Shortcuts app on macOS and iOS.
The app provides additional actions for the Shortcuts app on macOS and iOS.

Actions Supercharge your shortcuts The app provides additional actions for the Shortcuts app on macOS and iOS. Submit action idea (Submit an issue bef

A mobile application project designed for everybody which provides the easiest way to make searchs for public services
A mobile application project designed for everybody which provides the easiest way to make searchs for public services

A mobile application project designed for everybody which provides the easiest way to make searchs for public services

🎲 100% SwiftUI 2.0, classic 2048 game [SwiftUI 2.0, iOS 14.0+, iPadOS 14.0+, macOS 11.0+, Swift 5.3].
🎲 100% SwiftUI 2.0, classic 2048 game [SwiftUI 2.0, iOS 14.0+, iPadOS 14.0+, macOS 11.0+, Swift 5.3].

swiftui-2048 If you like the project, please give it a star ⭐ It will show the creator your appreciation and help others to discover the repo. ✍️ Abou

A simple SwiftUI Application to demonstrate creation of UI using SwiftUI.
A simple SwiftUI Application to demonstrate creation of UI using SwiftUI.

WatchShop_UI A simple SwiftUI Application to demonstrate creation of UI using SwiftUI. How to run the project ? Fork the project. Run the project usin

E-commerce app built in SwiftUI. Built in the course SwiftUI Masterclass in Udemy.
E-commerce app built in SwiftUI. Built in the course SwiftUI Masterclass in Udemy.

Touchdown-SwiftUI E-commerce app built in SwiftUI. Built in the course SwiftUI Masterclass in Udemy. Main components and concepts used: @EnvironmentOb

A multiplatform SwiftUI project demonstrating various SwiftUI features.

WikiDemo A multiplatform SwiftUI project demonstrating various SwiftUI features, including creating a master-detail interface. It's a multiplatform ve

SwiftUI Projects from Udemy SwiftUI Masterclass

SwiftUI Masterclass Repos: AsyncImage (N/A) Fructus (finished): an app for getting information about different fruits. Data comes from json files. Afr

Best architecture for SwiftUI + CombineBest architecture for SwiftUI + Combine

Best architecture for SwiftUI + Combine The content of the presentation: First of the proposed architectures - MVP + C Second of the proposed architec

Comments
  • Data flow

    Data flow

    ISSUE:

    DataFlow Section is complete, merge into main.

    FIX:

    Mergin into main. Topics:

    • How to pass data from child to parent view using @Binding
    • How to implement global state using @EnvironmentObject
    • How to deal with optional bindings
    • How to listen for state changes using onChange modifier
    • How to listen for notifications changes using onReceive modifier
    • How to download and display images in SwiftUI
    • How to use @AppStorage in Swiftui
    opened by JuliusGlob 0
  • Gestures

    Gestures

    Having completed the gestures section, i have fixed the conflicts that surged through the creation of the different files, they were minor sincce the structure was well set.

    opened by JuliusGlob 0
  • Grid exercise 4

    Grid exercise 4

    ISSUE:

    Complete the 4th exercise on Grids and stacks, also a conflict has emerged. fix it

    FIX:

    Created a view that will generate labels as an HStack allowing to adjust their position if they fit on current line

    opened by JuliusGlob 0
Owner
Julio Ismael Robles
Julio Ismael Robles
Companion app and XCode extension for adding SwiftUI recipes to your code.

SwiftUI Recipes Companion Free Companion app and XCode extension for adding SwiftUI recipes to your code. Choose from a rich selection of SwiftUI reci

Gordan Glavaš 17 Nov 20, 2022
This is the simple iOS app for browsing and saving recipes, using Spoonacular API

TastyDojoApp This is the simple iOS app for browsing and saving recipes, using Spoonacular API This project includes: MVVM Pattern Searching through t

null 5 Jul 25, 2022
An application on the iPad for people who cook. It comes with features such as smart recipes, recipe management and ingredient inventory tracking.

ChopChop ChopChop is an application on the iPad for people who cook. It comes with features such as smart recipes, recipe management and ingredient in

Seow Alex 0 Dec 23, 2021
Cookbook app that allows you to read, add and modify your recipes.

What-s-For-Dinner-iOS-App Cookbook app that allows you to read, add and modify your recipes. Features ?? ?? View You can see recipes divided into cate

Katie Saramutina 2 May 18, 2022
Porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI.

SwiftUI example app: Koober We're porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI and we are sharing the cod

raywenderlich 55 Dec 19, 2022
Pomodoro App - an App that helps you perform tasks for a while, following the Pomodoro technique

Pomodoro App - an App that helps you perform tasks for a while, following the Pomodoro technique

Giovanna 3 May 10, 2022
Phone book app

Phone book app

Igor Kapustin 2 Sep 28, 2021
Deck is a library that provides a UI to reproduce stacked cards for SwiftUI.

Deck Deck is a library that provides a UI to reproduce stacked cards for SwiftUI. RPReplay_Final1624531727.mov Usage struct Card: View { var data

1amageek 21 Dec 14, 2022
A simple and lightweight Swift package which provides a SwiftUI view for interactive geo coordinates input!

LocationPicker for SwiftUI LocationPicker for SwiftUI is a very simple and lightweight Swift package which provides you a SwiftUI view for interactive

Alessio Rubicini 17 Dec 7, 2022
A library that provides undo semantics for the Composable Architecture with optional bridging tofUndoManager.

Swift Composable Undo A library that provides undo semantics for the Composable Architecture with optional bridging with UndoManager. Motivation It is

Aacapella Holdings Pty. Ltd. 17 Nov 18, 2022