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-13417] iOS: ListView V2 UI enhancements #4260

Merged
merged 16 commits into from May 15, 2013
Merged

[TIMOB-13417] iOS: ListView V2 UI enhancements #4260

merged 16 commits into from May 15, 2013

Conversation

vishalduggal
Copy link
Contributor

PR for TIMOB-13417

Test cases are in KitchenSink PR

During FR please also test TableView since some code was refactored that effects tableView.

Please also ensure that you run on device for FR

@ghost ghost assigned srahim May 14, 2013
//By default this is not nil. So we will add the stuff as subviews to this
UIView* superView = [self backgroundView];
if (bgImage != nil) {
if ([_bgView isKindOfClass:[UIImageView class]] == NO) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why the check of == NO instead of !, considering this is a logical value?

@WhichKatieDid
Copy link
Contributor

Finished leaving comments for CR.

@srahim
Copy link
Contributor

srahim commented May 15, 2013

Code Reviewed and APPROVED

@WhichKatieDid
Copy link
Contributor

CR also approved.

@srahim
Copy link
Contributor

srahim commented May 15, 2013

CODE REVIEWED AND approved

srahim added a commit that referenced this pull request May 15, 2013
[TIMOB-13417] iOS: ListView V2 UI enhancements
@srahim srahim merged commit a64a024 into tidev:master May 15, 2013
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