add comments to deprecated getter methods, remove extraneous if statements

This commit is contained in:
Hannah Trosi
2016-07-05 21:30:09 -07:00
parent 3994f2089c
commit f6d30b668d
3 changed files with 8 additions and 12 deletions

View File

@@ -126,6 +126,10 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
@interface ASCellNode (Deprecated)
/**
* Previous versions of ASDK did not include "is" in the name of the getter for these properties.
* These older accessor methods don't match UIKit naming, and will be removed in a future version.
*/
- (BOOL)selected ASDISPLAYNODE_DEPRECATED;
- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED;