isFindBarVisible
Returns whether the container should display its find bar.
Declaration
var isFindBarVisible: Bool { get set }Discussion
When this property is true and the findBarView property is set, then the find bar is displayed by the container. Otherwise, the find bar is not displayed.
The default value should be false.