Re: Drag UITableView up/down

2016-12-06 Thread Eric E. Dolecki
Well, not really. I'll try to explain a bit more. I have a table and it takes up the bottom 1/2 of the screen. When a user swipes up, instead of scrolling the cells, the table moves up the screen until it's at 100px from the top - and at that point, the swipe scrolls the cells up. When the table i

Re: Drag UITableView up/down

2016-12-06 Thread Gary L. Wade
It sounds like what you’re really wanting to do is emulate what Apple’s News app is doing, right? First, you set your navigation controller’s hidesBarsOnSwipe to true. The next step is the more difficult one, but it depends on how you want your status bar to appear and if you want a mini-navig

Drag UITableView up/down

2016-12-06 Thread Eric E. Dolecki
I'm looking for a chunk of view controller code that allows for: A UITableView. You can drag the whole table up (not the cells) to a limit from the top of the VC, say like 100px. When you've reached that, the table will scroll up normally. When you scroll the table down (cells) and reach item 0,