Posts

Post marked as solved
2 Replies
719 Views
Hello, from today I have one big trouble with my iPhone, this phone stop connect to web (http/https) at all. But other services which don't use http and https ports work all. I don't use VPN, other SSL Certificates, or something software that was provide prohibited to work with web. Nor ADBlock software. I can't full reset device cause Web not working and can't switch Locator service (Find My Phone). Does anybody know what problem happen ;( @Apple I want answer from you too...
Posted
by iQQator.
Last updated
.
Post not yet marked as solved
0 Replies
1.3k Views
Hi, I tried to adopt SwiftUI 2.0 for my project, but unsuccessful. My scene contains: ScrollView(.vertical) { LazyVStack { Item() ScrollView(.horizontal) { LazyHStack { HorizontalItems() } } ScrollView(.horizontal) { LazyHStack { HorizontalItemsAnother() } } } } The issue consist in unable to scroll down because something with calculate content height is wrong :(
Posted
by iQQator.
Last updated
.