iphone - How to replicate the CNN iOS app pull down menu -


does know how cnn doing top pull down menu?

it looks uitableview called touch drag event wasn't sure. googled various keywords not able turn up. looking guidance on how replicate behavior.

enter image description here

i guess doing https://github.com/mikefrederick/mfsidemenu

you have customize "mfsidemenu" lot though. if dont want show menu on every view need disable uigesturerecognizerdelegate on view.

there https://www.cocoacontrols.com/controls/pullableview may need add uigesturerecognizer class.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -