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

[TIMOB-11876] Support for custom shadow image of nav bar #4750

Merged
merged 7 commits into from Oct 7, 2013
Merged

[TIMOB-11876] Support for custom shadow image of nav bar #4750

merged 7 commits into from Oct 7, 2013

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA

@ghost ghost assigned srahim Sep 30, 2013
@srahim
Copy link
Contributor

srahim commented Oct 7, 2013

Code Reviewed and APPROVED

@srahim
Copy link
Contributor

srahim commented Oct 7, 2013

Functionally Tested and APPROVED

srahim added a commit that referenced this pull request Oct 7, 2013
[TIMOB-11876] Support for custom shadow image of nav bar
@srahim srahim merged commit aedb7a9 into tidev:master Oct 7, 2013
}
if ([[ourNB subviews] indexOfObject:barImageView] != barImageViewIndex) {
[ourNB insertSubview:barImageView atIndex:barImageViewIndex];
UIImage* resizableImage = [theImage resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0) resizingMode:UIImageResizingModeStretch];
Copy link
Contributor

Choose a reason for hiding this comment

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

resizableImageWithCapInsets:resizingMode: is available only as from iOS6
Should fall back to resizableImageWithCapInsets:for iOS5

@vishalduggal vishalduggal deleted the timob-11876 branch October 27, 2014 19:10
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.

None yet

3 participants