skip to Main Content

Ios swift – Adding two UIView vertically

I have two UIView and I want to add detailsView as subview with other view. I am getting following error: Cannot convert value of type 'MovieDetailsDisplayViewController.detailsView.Type' to expected argument type 'MovieDetailsDisplayViewController.View' View model code .. enum MoviesDetailsViewModelState { case loading(Movie)…

VIEW QUESTION
Back To Top
Search