skip to Main Content

swift firebase queryStartingAtValue

I'm new to firebase and am trying to search the title of the product using queryStartingAtValue. in my firebase JSON and code below, I have a few levels to travel. it look like -> /item/(section name: clothing,games etc)/autoID/(product name, price)…

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