Contents

didFinishLoading()

Notifies you that the system finished loading your file system extension.

Declaration

optional func didFinishLoading()

Discussion

The system performs this callback after the main run loop starts and before receiving the first message from the FSKit daemon.

Implement this method if you want to perform any setup prior to receiving FSKit callbacks.

See Also

Loading and unloading resources