func stopAccessingSecurityScopedResource ()
Revokes the access granted to the url by a prior successful call to the complementary start function.
相補的な開始関数に対する以前のうまくいった呼び出しによってurlに授けられたアクセスを廃止します。
Availability 有効性
Technology
func startAccessingSecurityScopedResource() -> Bool
When access to the resource is no longer needed, call stop
. Each call to start
must be balanced with a call to stop
. (Note: this is not reference counted).
アクセスするリソースがもはや必要とされない場合、stop
を呼び出してください。start
への各呼び出しは、stop
への呼び出しと均衡を保たれなければなりません。(注意:これは参照カウントされません。)
func stopAccessingSecurityScopedResource ()