skip to Main Content

TableView freeze – Ios swift

I have an array of items and TableView to display them. Item consists of 4 properties. And there is a method which randomly generate items. Initialy, array is empty but in viewDidLoad i have method, which append 100 items to…

VIEW QUESTION

UISheetPresentationController and UndimmedDetentIdentifier with custom Detent – Ios swift

How can I use LargestUndimmedDetentIdentifier with custom SheetPresentation height ? I have a UISheetPresentationController with two customs Detents and I don't find how can interact with content underneath. UISheetPresentationController sheet = NavigationController!.SheetPresentationController!; sheet.PrefersGrabberVisible = true; sheet.PrefersScrollingExpandsWhenScrolledToEdge = false; sheet.WidthFollowsPreferredContentSizeWhenEdgeAttached =…

VIEW QUESTION
Back To Top
Search