The information in this topic may be out of date. The current SDK reference guide has moved here.
withStatusBar method
Instructs Eyes not to exclude the status bar in the checkpoint image (the default is to exlude it).
By default, on visual tests on mobile devices, Eyes excludes the status bar from the checkpoint image. If this method is called, then Eyes will not exclude the status bar from the checkpoint.
Syntax
Call syntax
id<CheckSettingsProtocol> target = [ obj withStatusBar ]
;
Declaration
(id<CheckSettingsProtocol>)withStatusBar
Parameters
This method does not take any parameters.Return value
- Type: id<CheckSettingsProtocol>