alikaragoz / MCSwipeTableViewCell

:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
MIT License
2.96k stars 412 forks source link

First cell won't update it's view in iOS7 when status bar is hidden. #33

Closed satgi closed 11 years ago

satgi commented 11 years ago

mcswipetableviewcell

When status bar is hidden, if you swipe the first cell with the upper part (almost the size of status bar), the cell won't flow, but swipe can be detected. It works fine with the below part of the first cell.

It works perfect in iOS6.

alikaragoz commented 11 years ago

Hi @satgi thanks for the report, can you provide your test project? I will eventually take a look a it. :+1:

satgi commented 11 years ago

Hi @alikaragoz , thanks for reply. You can check my fork.I drop navigationController and hide status bar. You can try to swipe the first cell from top in iOS7.

PS. Could you tell me how you made GIFs shown in README? I'm very curious.Thanks.

alikaragoz commented 11 years ago

Hi @satgi, thanks for the modifications you made but I prefer to keep if that way, it's not critical at the moment.

By the was the process I used to create the gif if the following:

:+1: