func startLoading ()
Starts protocol-specific loading of the request.
このリクエストのプロトコル特有のローディングを開始します。
Availability 有効性
Technology
func stopLoading()
When this method is called, the subclass implementation should stop loading a request. This could be in response to a cancel operation, so protocol implementations must be able to handle this call while a load is in progress. When your protocol receives a call to this method, it should also stop sending notifications to the client. このメソッドが呼び出される時、サブクラス実装はリクエストのロードを止めるすべきです。これは、取り消し操作に答えてでの可能性があります、それでプロトコル実装はあるロードが進行中にこの呼び出しを取り扱うことができなければなりません。あなたのプロトコルがこのメソッドに対する呼び出しを受け取る時、それはまたクライアントに通知を送ることを止めるべきです。
Subclasses must implement this method. サブクラスは、このメソッドを実装しなければなりません。
func startLoading ()