|
17 | 17 | [](https://www.swift.org) |
18 | 18 | [](/LICENSE) |
19 | 19 |
|
20 | | -<table> |
21 | | - <tr> |
22 | | - <th>iOS window</th> |
23 | | - <th>iOS Settings bundle</th> |
24 | | - <th>macOS window</th> |
25 | | - </tr> |
26 | | - <tr> |
27 | | - <td><img src="https://github.com/user-attachments/assets/b05daa43-aa73-44ac-8479-735d0dcf7d33" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td> |
28 | | - <td> |
29 | | - <img src="https://github.com/user-attachments/assets/f72bf8e5-e663-49ba-847d-06858b12eb43" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></br> |
30 | | - <img src="https://github.com/user-attachments/assets/2b2f15ef-a1e9-433e-b568-bbdb47dcb9a6" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/> |
31 | | - </td> |
32 | | - <td><img src="https://github.com/user-attachments/assets/50806453-a091-47df-8a9a-f7f7b9eef838" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td> |
33 | | - </tr> |
34 | | -</table> |
35 | | - |
36 | 20 | ## Integration Capabilities |
37 | 21 |
|
38 | 22 | [](/PDMStar.swift) |
|
55 | 39 |
|
56 | 40 | ## In brief > Idea to use, the Why |
57 | 41 |
|
58 | | -The Darkness. To take control of the Dark in the app. |
| 42 | +> THE DARKNESS YOU CAN FORCE.</br> |
| 43 | +
|
| 44 | +<table> |
| 45 | + <tr> |
| 46 | + <th>iOS window</th> |
| 47 | + <th>iOS Settings bundle</th> |
| 48 | + <th>macOS window</th> |
| 49 | + </tr> |
| 50 | + <tr> |
| 51 | + <td><img src="https://github.com/user-attachments/assets/b05daa43-aa73-44ac-8479-735d0dcf7d33" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td> |
| 52 | + <td> |
| 53 | + <img src="https://github.com/user-attachments/assets/f72bf8e5-e663-49ba-847d-06858b12eb43" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></br> |
| 54 | + <img src="https://github.com/user-attachments/assets/2b2f15ef-a1e9-433e-b568-bbdb47dcb9a6" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/> |
| 55 | + </td> |
| 56 | + <td><img src="https://github.com/user-attachments/assets/50806453-a091-47df-8a9a-f7f7b9eef838" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td> |
| 57 | + </tr> |
| 58 | +</table> |
59 | 59 |
|
60 | 60 | ## Build requirements |
61 | 61 |
|
@@ -217,7 +217,7 @@ DarkModeAgent.force(.auto) // That's all. |
217 | 217 |
|
218 | 218 | ``` |
219 | 219 |
|
220 | | -The `force` will change the appearance of your app immediately including system components and will make run all custom DarkMode sensitive block of code required every time if DarkMode Changes. |
| 220 | +The `force` will change the appearance of your app immediately including system components and will make run all custom DarkMode code `makeUp()`. |
221 | 221 |
|
222 | 222 | ## Get awared of DarkMode Changes |
223 | 223 |
|
|
0 commit comments