Rajesh Maurya

Results 8 issues of Rajesh Maurya

I am using this code. ``` self.imageCropper = [[BJImageCropper alloc] initWithFrame:self.myView.frame]; self.imageCropper.image = self.imageToCrop; self.imageCropper.clipsToBounds = YES; [self.myview addSubview:self.imageCropper]; self.imageCropper.center = self.view.center; self.imageCropper.imageView.layer.shadowColor = [[UIColor blackColor] CGColor]; self.imageCropper.imageView.layer.shadowRadius = 3.0f;...

Below is the code to set my custom icon. But still, it is showing library provided icon icon. ```swift var reactionButton: ReactionButton!{ didSet { reactionButton.reactionSelector = ReactionSelector() reactionButton.reactionSelector?.setReactions(self.createReactions()) } func...

A better installation guide should be there.

I added button in ARAnnotationView view. It does not respond to any tap and touch. Also I can't get this view from touchesEnded.

Annotation View Stuck on top left for very far POI

Below erro message appears in console. "Error getting directions" Can you please help me why I am getting this error?

I have created UITableViewController as a side menu in storyboard. but it is not showing in side menu. The same issue is with UIViewController.