34
loading...
This website collects cookies to deliver better user experience
start
and stop
start
and finish
begin
and end
start()
paired with end()
, nor begin()
with finish()
even though these constructs would be perfectly fine in ordinary English.URLProtocol
has startLoading()
and stopLoading()
AVCaptureSession
has startRunning()
and stopRunning()
UIImageView
has startAnimating()
and stopAnimating()
startPerformingTask
and stopPerformingTask
you often also see isPerformingTask
.AVAssetWriter
has startWriting()
and finishWriting(completionHandler:)
PHContentEditingController
has startContentEditing(…)
and finishContentEditing(completionHandler:)
AVAssetWriter.finishWriting(completionHandler:)
HKWorkoutBuilder.finishWorkout(completion:)
UITableView
has beginUpdates
and endUpdates
MTLCaptureScope
has begin
and end
OSSignposter
has beginInterval
and endInterval