Post

Replies

Boosts

Views

Activity

iPhone XS Max and iOS 14 broken HTTP/HTTPS connection at all
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...
2
0
875
Oct ’20
SwiftUI 2.0 Nested ScrollView issue
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 :(
0
0
1.5k
Jun ’20