ios - With YRDropdownView, when I present it after a refresh it gets caught at the top of the screen, and can't be seen -
i'm using yrdropdownview present notifications in app, in case when try manually trigger data refresh notify them there's no internet (if there isn't).
this refresh triggered pull refresh gesture (namely native 1 apple introduced in ios 6) fires refresh
method have, , in there check if there's internet. if there's not, present notification.
but method fires when user pulls screen down, notification appears there, , when scroll see it. how can attach more below navigation bar?
i'll include whatever code requested, of right can't think of that's relevant , more of general purpose question. present notification standard method github page, , refresh standard refresh controller ios 6 on table view controller.
Comments
Post a Comment