viewFactory

The IviFragment.ViewFactory that the fragment should use to create views. Can be used easily from the fragment with:

override val viewFactory: ViewFactory<*>? by adaptiveFragmentHelper::viewFactory

The initial value results in inflating a stub view to obtain the size of the fragment. In Fragment.onViewCreated this can be checked with View.isAdaptiveStub.