Lasha Efremidze
Lasha Efremidze
Add option to find friends to smoke with nearby
Add option to cluster like iOS 11 https://developer.apple.com/documentation/mapkit/mkmapviewdelegate/2867923-mapview ``` extension MapKitViewController: ClusterDelegate { func mapView(_ mapView: MKMapView, clusterAnnotationForMemberAnnotations memberAnnotations: [MKAnnotation]) -> ClusterAnnotation { let annotation = ClusterAnnotation(memberAnnotations: memberAnnotations) annotation.title =...
I'm interested in making a UIView subclass of the Player, which isn't a subclass of a UIViewController. It would have the same functionality and features. Any interest in this?
Do you have an ETA for iOS 14/Xcode 12 runtime headers? And to contribute, is there a process you follow to generate them? Thank you for providing this repo.
I don't see any support for ACVs. `- (id)initWithACV:(NSString*)curveFilename;`
It would be helpful to support installation via [Bundler](https://bundler.io/). You would be able to add the `xcodes` gem to your Gemfile: ``` gem `fastlane` gem `cocoapods` gem `xcodes` ``` This...
## Overview As the technology for haptic feedback evolves, new syntax and methods are introduced to improve performance and expand capabilities. It has come to my attention that this repository's...
I'm interested in building a project intended to rewrite the SlackTextViewController in Swift. Any interest in this?