Skip to content

Conversation

emilmelnikov
Copy link

VideoTime convenience initializer now accepts a bare second format
string, in addition to previously accepted minute:second and
hour:minute:second.

This is consistent with the init(_ second: Double) designated
initializer, and allows users to just input bare second values in the
Jump to... dialog, so instead of 0:40 and 1:20 one could enter
40 and 80.

  • This change has been discussed with the author.
  • It implements / fixes issue #.

Description:

VideoTime convenience initializer now accepts a bare `second` format
string, in addition to previously accepted `minute:second` and
`hour:minute:second`.

This is consistent with the `init(_ second: Double)` designated
initializer, and allows users to just input bare second values in the
_Jump to..._ dialog, so instead of `0:40` and `1:20` one could enter
`40` and `80`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Playback" > "Jump To..." should allow seconds-only input
1 participant