Mo Porooshani
Mo Porooshani
Hi, In order to be able to use latest version on SPM, you need to push a Tag (e.g. `0.5.0`). Otherwise we have to point to `master` branch.
If the annotation that is tapped contains more than one point on map (RMShape for example) the delegate methods doesn't provide enough information to help determine where it was touched....
When dragging an annotation, there is no delegate methods to let developer know if the dragging began or if it has ended. It can be easily done by adding a...
Because of the scroll-enabled nature of RMMapView and the fact that it handles and relegates touches, there is no way of knowing if any type of touch has ended. All...
It seems kindda strange that **RMMapView** **_doesn't**_ implement **SMCalloutViewDelegate**'s method `calloutViewClicked:` and pass it to **RMMapViewDelegate**! Anyone with a need to handle accessory buttons' tap, might be interested in the...
Signed-off-by: Mohammad Porooshani
Hi, I was just looking for a player suite as great as this one, but the one thing that I need to let me move from [VKVideoPlayer](https://github.com/viki-org/VKVideoPlayer) is the subtitle...
Hi, It was about time somebody took control of this. There has been too many information leaked due to the lack of security in `NSUserDefaults`! I wish this framework the...
Hi, It's an amazing control and I will make sure to use it in my upcoming app. I wish there was a way to format vertical axis values, you see,...
the datasource method `highestValueEColumnChart:` is getting called an unknown number of times upon each reloadData. if the highestValue is required, it should be called once during the reloading data, because...