NSObject(SLVisibility) Category Reference
Declared in | NSObject+SLVisibility.h |
Overview
The methods in the NSObject (SLVisibility)
category allow Subliminal
to determine if an object is visible on the screen.
Instance Methods
slAccessibilityIsVisible
Determines if the specified object is visible on the screen.
- (BOOL)slAccessibilityIsVisible
Return Value
YES if the receiver is visible within the accessibility hierarchy, NO otherwise.
Discussion
Bug: This method always returns NO
if the device is in a non-portrait
orientation: https://github.com/inkling/Subliminal/issues/135 .
Declared In
NSObject+SLVisibility.h