gerchicov-bp

Results 140 issues of gerchicov-bp

You should add the following code to the class which contains this player: - (void)dealloc { self.player.delegate = nil; } Otherwise you will get mistakes if you recreate the object...

I moved .a and .h files into a new project. But now I'm able to run this project on a real device only not simulator. What am I do'ing wrong?

I just took your example for iOS and replaced the calls of (seekToTime:) with (seekToTime:withDataFlush:) with YES param by a simple reason - the sound is better. But now it...

Currently metadata reading implemented only.

**Description** `The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions` File: https://github.com/efremidze/Cluster/blob/a85c120db368b919aa4de313a2d35dfc8b28faff/Example/ViewController.swift code: ``` annotation.coordinate = CLLocationCoordinate2D(latitude: region.center.latitude + drand48()...

## Checklist - [x] This is not a Apple's bug. - [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit). - [x] Searched [existing issues](https://github.com/ra1028/DifferenceKit/issues) for ensure not duplicated. ## Expected Behavior Table...

enhancement
help wanted

Example: ``` let promise = Promise() Dispatch.global.async { ... //fulfill promise with success or error } promise.future.onError { error in ...//some async actions } ``` How to append "some async...