Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. subscribeNext:^(BPMButtonSettings *settings) {
  2.  [self.actionButton setAttributedTitle:[[NSAttributedString alloc] initWithString:settings.title] forState:UIControlStateNormal];
  3.  [self.actionButton.backgroundImage:[settings.image]];
  4. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement