UIViewControllerContextTransitioning isInteractive() documentation

Originator:keithbsmiley
Number:rdar://22464376 Date Originated:27-Aug-2015 03:08 PM
Status:Open Resolved:
Product:Documentation Product Version:Xcode 7 beta 6 7A192o
Classification:UI/Usability Reproducible:Always
 
Summary:

UIViewControllerContextTransitioning's documentation for isInteractive
reads:

> Returns a Boolean value indicating whether the transition is
> interactive.

This implies that the specific context will always return true for this
for an interactive transition. In our tests we've found that this method
only returns true during the interactive transition. As the transition
context is being completed, it returns false.

The header for this method has a comment which reflects this. It reads:

> This indicates whether the transition is currently interactive.

With "currently" being the important word here. This should be part of
the official documentation.

Expected Results:

The isInteractive documentation should contain the same information as
the header.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!