Git Product home page Git Product logo

Comments (8)

frantzmiccoli avatar frantzmiccoli commented on June 1, 2024

I am having the same issue. Just be aware that the text is not truncated it's inserted in a scroll view.

This is unintuitive for the user and I would also prefer to see my text area expanding.

from sclalertview.

frantzmiccoli avatar frantzmiccoli commented on June 1, 2024

Note that you can adapt the size of the container using: `setSubTitleHeight``

//Objective-C
[alertViewInstance setSubTitleHeight: 300]

//Swift
alertViewInstance.setSubTitleHeight(300)

from sclalertview.

ddaddy avatar ddaddy commented on June 1, 2024

Thanks, i've just done some testing with that and it seems that it's just a maximum limit. So it shrinks down to whats necessary if the text is smaller.
So why not just have it set to use the full screen when needed?

I've just set it to [alert setSubTitleHeight:self.view.frame.size.height-300];

The 300 figure should be whats needed to fit the rest of the alert ui but i don't know what the actual figure is.

from sclalertview.

ftsz avatar ftsz commented on June 1, 2024

+1

from sclalertview.

frantzmiccoli avatar frantzmiccoli commented on June 1, 2024

+1

from sclalertview.

dogo avatar dogo commented on June 1, 2024

Added to TODO

from sclalertview.

dogo avatar dogo commented on June 1, 2024

Implemented 💃

@frantzmiccoli @dagobert-duck @ddaddy , please update to 0.5.2

from sclalertview.

frantzmiccoli avatar frantzmiccoli commented on June 1, 2024

Thanks !

from sclalertview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.