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

Long Text Issue #15

Open
bayfatih2000 opened this issue Jun 3, 2013 · 6 comments
Open

Long Text Issue #15

bayfatih2000 opened this issue Jun 3, 2013 · 6 comments

Comments

@bayfatih2000
Copy link

My explanation texts can be very long. At this time, the popup window does not exceed in the the screen. How can I solve this problem?

Thanks

@rnystrom
Copy link
Owner

rnystrom commented Jun 5, 2013

Can you provide a character count or screen shot? I hadn't really planned on supporting a lot of text.

@ansani
Copy link
Contributor

ansani commented Jun 7, 2013

shot 1
Didi you mean something like that ? I think a solution can be raising message width view. Better if width can be dynamic.

@rnystrom
Copy link
Owner

rnystrom commented Jun 7, 2013

That's a good idea. I'll try to get around to this as I'm working on a significant update to this project for an app of mine. Good call.

@bayfatih2000
Copy link
Author

screen shot is a good example.

@timstudt
Copy link

You can limit max size height in -autoHeight, e.g. to 200

  • (void)autoHeight {
    CGRect frame = self.frame;
  • CGSize maxSize = CGSizeMake(frame.size.width, 9999);
  • CGSize maxSize = CGSizeMake(frame.size.width, 200);

embedding modal view in a scroll view could be nice to

@AhmedAskar
Copy link

this issue still exist :)

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

No branches or pull requests

5 participants