Skip to content
This repository was archived by the owner on Nov 29, 2017. It is now read-only.

Changed web navigation bar back and forward button style#79

Open
xiecy wants to merge 1 commit intomasterfrom
web_navi_buttons
Open

Changed web navigation bar back and forward button style#79
xiecy wants to merge 1 commit intomasterfrom
web_navi_buttons

Conversation

@xiecy
Copy link

@xiecy xiecy commented Nov 29, 2016

No description provided.

[self.toolbar setItems:items animated:NO];
[self.view addSubview:self.toolbar];
}
if (!self.toolbar) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maintain indentation consistent with the rest of the project


//as in the athletics toolbar, do in order:
//rewind, flex space, fastfwd, flex space, refresh, flex space, action
self.back = [[UIBarButtonItem alloc] initWithTitle:@"❮" style:UIBarButtonItemStylePlain target:self action:@selector(touchBack:)];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants