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

ios7 ui patch2 #4481

Merged
merged 9 commits into from Jul 25, 2013
Merged

ios7 ui patch2 #4481

merged 9 commits into from Jul 25, 2013

Conversation

vishalduggal
Copy link
Contributor

Second set of ui patches for IOS7

Fixes picker UI on IOS7
Fixes tableView selector issue
Fixes most of tableView autosizing issue
Popover bug fix

Known issues:
UI does not update correctly on hiding status bar (still investigating)
tableView search is still unresponsive

Test using KS PR 109

@ghost ghost assigned srahim Jul 24, 2013
pickerLabel = [[[UILabel alloc] initWithFrame:theFrame] autorelease];
[pickerLabel setTextAlignment:UITextAlignmentLeft];
[pickerLabel setBackgroundColor:[UIColor clearColor]];
float fontSize = [TiUtils floatValue:[self valueForUndefinedKey:@"fontSize"] def:[TiUtils floatValue:[self valueForUndefinedKey:@"fontSize"] def:18.0]];
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't the default value be just 18.0 ?

@srahim
Copy link
Contributor

srahim commented Jul 25, 2013

Code Reviewed and APPROVED

@srahim
Copy link
Contributor

srahim commented Jul 25, 2013

Functionally Tested and APPROVED

srahim added a commit that referenced this pull request Jul 25, 2013
@srahim srahim merged commit 05c6424 into tidev:master Jul 25, 2013
@vishalduggal vishalduggal deleted the ios7_ui_patch2 branch October 27, 2014 19:06
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

2 participants