Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Sharing]
- To use Xcode 10 beta 2, you need to add an extension to add the missing CMTimeRange.end:
- import CoreMedia
- extension CMTimeRange {
- var end: CMTime {
- return start + duration
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment