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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -