Shubham0812 / DailyTracker_UI

Daily Journal & Mood Tracker using the SwiftUI Framework 🚀
Apache License 2.0
11 stars 5 forks source link

Feature/create a popup alert view #17 #22

Closed oceaniswater closed 9 months ago

oceaniswater commented 9 months ago

17

Add

How to use:

Just use the .alert modifier

Screenshot 2023-10-28 at 12 01 52

You can use 3 types of Popups.

  1. Without Buttons (but you can add action to X button)
  2. With Dismiss Button - just one button (u can customise it setting up title, colour, action)
  3. With two buttons (u can customise it setting up title, colour, action) Screenshot 2023-10-28 at 11 51 56

This is in app example: Simulator Screenshot - iPhone 15 Pro - 2023-10-28 at 11 52 37

oceaniswater commented 9 months ago

@Shubham0812 PR is ready

Shubham0812 commented 9 months ago

Look good, good job @oceaniswater 😄