Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Title Shadow configuration added #25

Merged
merged 1 commit into from
Aug 17, 2014

Conversation

XBeg9
Copy link

@XBeg9 XBeg9 commented Aug 17, 2014

No description provided.

TomThorpe added a commit that referenced this pull request Aug 17, 2014
Disable Title Shadow configuration added
@TomThorpe TomThorpe merged commit a6018c8 into TomThorpe:master Aug 17, 2014
@TomThorpe
Copy link
Owner

Thanks! I'll try and look at your other pull requests soon. Much appreciated!

label.layer.shadowOpacity = 1.0f;


if (self.disableTitleShadow) {
Copy link

Choose a reason for hiding this comment

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

Shouldn't it be?

if (!self.disableTitleShadow) {

Because you have set it to YES (disable it) for it to be added, which should be the other way around

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah you're right! I overlooked that when checking it, fixed now - thanks! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants