objective c - iOS - Swipeable UITableCells Without Constraints -


i'm working on project need use 3 storyboards, 1 iphone 5, other iphone 6, , last iphone 6+. need implement swipeable uitablecells show more options in project.

i followed tutorial: http://www.raywenderlich.com/62435/make-swipeable-table-view-cell-actions-without-going-nuts-scroll-views semi-successfully done, problem requires auto layout , manipulating constraints make table cells swipeable via uipangesturerecognizer.

is there way achieve same user experience without using constraints? i'm kinda new uipangesturerecognizer, advice on how start on wonderful, or if there tutorials out that same things without using constraints.

uipangesturerecognizer used detect if user have clicked screen.check link

you using uitableview wont need uipangesturerecognizer . try using autolayout , become familyer .

try check following tutorial tableview create simple table view app , customize table view cells uitableview , how handle row selection in uitableview

if have got problem auto-layout ask try out


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -