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
{{ message }}
This repository was archived by the owner on Nov 28, 2020. It is now read-only.
like this:
{
NSInteger r = indexPath.row;
NSInteger sec = indexPath.section;
NSInteger item = indexPath.item;
DLog(@"Selected item at %@", indexPath);
}
Question is : the variable sec is always is 0, although I touch in the section 2,3 .....;