You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used tableview to create a simple view to register . I used texfield for each cell. But i cannot see next previous button on that.
Can you tell me what am i doing wrond?
P.S. It is working well when i use a normal view with textfield.
Activity
hackiftekhar commentedon Feb 3, 2014
Next/previous doesn't support UITableView because of the complexity.
hackiftekhar commentedon Feb 14, 2014
Added UITableView support.