-
Would you consider adding an example of full-screen view transition animations based on Routing to this project? Something where both - the new view and the previous view - would have different transi…
-
Hello,
I have the problem that I can no longer simulate my apps via Xcode, neither on the simulator (any device), nor on the real device.
I constantly get the error code:
`Command PhaseScript…
-
Radically different than HTML, geared more towards _visual_ development.
Motivations:
CSS & HTML are still too flexible for a language designed for visual programming. If we're looking to build…
-
I have a json like this and I want to make a RequestView loading all categories
{
"error": false,
"message": "Success",
"data": [
{
"id": 5,
"name"…
-
**Describe the bug**
A recent update (not sure which one, but I've switched from the dev branch (now non-existent) to the master branch) completely and utterly destroyed my layout (I'm using the layo…
-
With the new update of Swift 5.2 the final app no longer allows.
Error is any the user has logged out, even though the user hasn’t ever logged in.
All settings have been cleared, new iPhone…
-
-
##### Description of the problem
currently objects are defined
```jsx
object.set(a, b, c)
```
but, for some reason, the lerp function goes ... 🤷♂️
```jsx
object.lerp(new ObjectConstruc…
-
Image and text rendered in the grid view
` Grid(viewModel.items){ item in
NavigationLink(destination: BookDetail(displayData: item)){
…
-
Hi Alexey,
Having a look at your repo to get ideas on how to tackle my own issues - have you tackled anything to do with navigation (in the `NavigationView` sense) beyond a one-level-deep-master-de…