You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sameer4 This is quite weird indeed. I need to debug this to find out where the issue lies. This surely looks like a bug :/ Have you been able to find a workaround in the meantime?
hi i have a view
https://imgur.com/dWNRAgE
i created a viewcontroller and i'm adding it as view in scrollview
with
trendingPhotoViewController!.view.heightAnchor.constraint(equalTo: scrollViewForPhotos.heightAnchor).isActive = true
it's fine as in above image but with
trendingPhotoViewController.view.Height == scrollViewForPhotos.Height
results in
https://imgur.com/I37nm4y
i'm adding the code if you need to look at it.
`var trendingPhotoViewController: UITrendingPhotoViewController!
var previousTrendingPhotoViewController: UITrendingPhotoViewController!
The text was updated successfully, but these errors were encountered: