Xcode – How can you make this view in iOS Swift?
please click here to see which view I have to make I have to make a map view which is similar to apple maps, and it has description view on top of the map view. The user can slide the…
please click here to see which view I have to make I have to make a map view which is similar to apple maps, and it has description view on top of the map view. The user can slide the…
I am unable to use the EquatableView as per the article: Link1 and link2. I expected the "==" function in the TestView to be invoked every time I click on the Button. Am I missing something here? struct ContentView: View…
Hey I am new to Swift and SwiftUI and I would like to know how I can switch between Views As you can see in the code below I have made a splashscreen animation and I would like my App…
I Ran into a problem - I can't attach text to the bottom of the screen - Text("Общи условия и поверителност")- when the screen is expanded a little, the object is at the bottom, but it doesn't change its location…
I installed Laravel latest version i.e v7 but when I try to change the route or create my own route that route is not working. Here is the default route. Route::get('/', function () { return view('welcome'); }); This is what…
my website run correctly at localhost but when i upload it on CPanel it makes a mistake and say me view index not found InvalidArgumentException View [index] not found. this is my Route Code: Route::get('/', function () { return view('index');…
How we could access groups/channel views in telegram for bot is there any API or solution? I searched so much in net but nothing found Also is There Any way that bot could delete a post??
So, I did this in photoshop: Is a navigationview: But for some reason in android I get this: My questions: 1: How can I change the title color of the menu? This is my menu.xml: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android">…