ios - UITableViewCell swipe change content with nib file -


can ios uitableview change or populate different uitableviewcell object's content different .xib files, when user swipes, content change @ current swiped row.

enter image description here

two ways:

1) recognize swipe uiswipegesturerecognizer.use uiscrollview in each cell , write logic based on swipe handler.

2) use gallery-like library. example, gbinfinitescrollview ( github


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -