Say you want to show a little popover menu on your view controller when a user presses a button. On iPad, this is pretty easy using a popover presentation, but this same thing isn’t available on iPhone devices. Trying to do that just using a container view controller or a custom view overlaid in our
I’ve been tasked with some pretty challenging requirements for an android activity. It needs to: – have sections with headers like an iOS UITableView. – have horizontal and vertical scrolling at once – have a swipe to refresh functionality, allowing you to swipe down to refresh the data. Now, perhaps this may be easier to