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.
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
Post a Comment