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
The protocol function - (Boolean)shouldRespondToGesture:(UIGestureRecognizer )gesture forIndexPath:(NSIndexPath *)indexPath in SASlideMenuDataSource
does not work well after two all more menu segue loaded, which is due to that the function - (void)loadContentAtIndexPath:(NSIndexPath)indexPath in SASlideMenuViewController returned before the line self.currentContentIndexPath = indexPath.
The text was updated successfully, but these errors were encountered:
does not work well after two all more menu segue loaded, which is due to that the function - (void)loadContentAtIndexPath:(NSIndexPath)indexPath in SASlideMenuViewController returned before the line self.currentContentIndexPath = indexPath.
The text was updated successfully, but these errors were encountered: