I am using the .searchable modifier in SwiftUI. Is there anyway to know when the user presses the search key on the keyboard? I know how to do this by using a
I'm working on this site http://fireworkslove.com I make a nav with different categories (Recommended, News, etc) I want to show "Recommended" category when th
Can someone help me to save the list in this code using Codable or another methods. I am not able to use the UserDefaults in the code. Can anyone help me how to
I have a simple page with input fields and a button and I want to make button disabled when both field length is less than 3. It is simple thing but I am confus
Good day to all, please help me understand what the problem is! I'm trying to send Album to telegram via Madeline's library Here is my code: $telegram-&
In a servant/wai application the request body can be obtained using a combinator e.g. ReqBody '[JSON] Book. In this case the body is extracted as a value of typ
I am trying to write a very simple application that will open automatically when the user enters the desired link and date. In the next step, I will write an in