We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc82c9a + 929ecb6 commit 218adbfCopy full SHA for 218adbf
VPPDropDown/VPPDropDown.h
@@ -255,7 +255,9 @@ typedef enum {
255
- (BOOL) containsRelativeIndexPath:(NSIndexPath *)relativeIndexPath __attribute__ ((deprecated));
256
257
/** **Deprecated** Indicates if dropdown's root cell is placed in the given
258
- relativeIndexPath */
+ relativeIndexPath.
259
+
260
+ @bug **Deprecated** Use isRootCellAtIndexPath: instead. */
261
- (BOOL) isRootCellAtRelativeIndexPath:(NSIndexPath *)relativeIndexPath __attribute__ ((deprecated));
262
263
/**
0 commit comments