Skip to content

Commit

Permalink
Merge remote-tracking branch 'NixSolutionsMobile/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Apr 7, 2018
2 parents c9310bb + 83460cc commit bdfdf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/DownPicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ -(void) showArrowImage:(BOOL)b

-(void) setArrowImage:(UIImage*)image
{
[(UIImageView*)self->textField.rightView setImage:image];
[self->textField setRightView:[[UIImageView alloc] initWithImage:image]];
}

-(void) setPlaceholder:(NSString*)str
Expand Down

0 comments on commit bdfdf85

Please sign in to comment.