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-13243] iOS: center wrapperview when required #4177

Closed
wants to merge 6 commits into from
Closed

[TIMOB-13243] iOS: center wrapperview when required #4177

wants to merge 6 commits into from

Conversation

@srahim
Copy link
Contributor

srahim commented Apr 19, 2013

Code Reviewed and APPROVED

@srahim
Copy link
Contributor

srahim commented Apr 19, 2013

Code Reviewed and approved

Functionally Tested and approved

contentSize.size.width = MAX(contentSize.size.width,viewBounds.size.width);
contentSize.size.height = MAX(contentSize.size.height,viewBounds.size.height);
//contentSize.size.width = MAX(contentSize.size.width,viewBounds.size.width);
//contentSize.size.height = MAX(contentSize.size.height,viewBounds.size.height);
Copy link
Contributor

Choose a reason for hiding this comment

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

If this is gone, delete it. Git history will know of its passing.

@WhichKatieDid
Copy link
Contributor

CR approved, minor quibble, but other than that, looks good.

@srahim
Copy link
Contributor

srahim commented Apr 19, 2013

On Second look of KS .. we have a regression on ScrollView > ScrollView TextArea.

@vishalduggal
Copy link
Contributor Author

Closing this PR. Causing too many regressions

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