Skip to content

Commit 218adbf

Browse files
committed
Merge branch 'develop'
2 parents bc82c9a + 929ecb6 commit 218adbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VPPDropDown/VPPDropDown.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ typedef enum {
255255
- (BOOL) containsRelativeIndexPath:(NSIndexPath *)relativeIndexPath __attribute__ ((deprecated));
256256

257257
/** **Deprecated** Indicates if dropdown's root cell is placed in the given
258-
relativeIndexPath */
258+
relativeIndexPath.
259+
260+
@bug **Deprecated** Use isRootCellAtIndexPath: instead. */
259261
- (BOOL) isRootCellAtRelativeIndexPath:(NSIndexPath *)relativeIndexPath __attribute__ ((deprecated));
260262

261263
/**

0 commit comments

Comments
 (0)