Giter Site home page Giter Site logo

Comments (4)

iTofu avatar iTofu commented on May 15, 2024

请问你正在使用的是哪个版本?大概在 16 年中旬应该就已经支持无限长度的标题了,你更新一下版本吧。

谢谢建议!控件放在 .m 文件里面的原因是考虑到 API 层级的简易性,不想让开发者过多考虑内部结构,同时因为控件是相互耦合的,直接修改控件属性可能引起一些异常,导致开发者不得不去阅读较长的框架源码来自我修复这些问题,而提供属性的方式能让框架自己(对其实是我……)修正可能出现的异常,避免浪费开发者时间。目前提供的 Properties 能保证对大部分控件属性的覆盖,如果需要覆盖更多控件的属性可以直接提 Issue,当然如果作者时间紧或者回复过慢也可以直接 Fork 过去修改 :)

from lcactionsheet.

LuYu001 avatar LuYu001 commented on May 15, 2024

抱歉回复晚了
我使用cocoapods安装,最近更新过,执行, 版本为2.7.0

pod search LCActionSheet
-> LCActionSheet (2.7.0)

可能我们说的不是同一个地方,或者是需要配置某个值我没找到,但依旧是省略号

所以我试着直接修改了 LCActionSheetCell.m 里的

titleLabel.adjustsFontSizeToFitWidth = YES;

虽然丑点,但是能显示下了

所以。。对于以上建议,那么可能需要一个 LabelAdjustsFontSizeToFitWidth 的属性吧,哈哈~~

嗯,可以关闭这个Issue了,祝好

from lcactionsheet.

iTofu avatar iTofu commented on May 15, 2024

额,不好意思我以为你说的是 Title 哈!这个地方 adjustsFontSizeToFitWidth 可能是最好的处理方式了,加大 Cell 的高度的处理方式相对而言反而更加不美观。我更新下,默认该属性为 YES 吧,谢谢!

from lcactionsheet.

iTofu avatar iTofu commented on May 15, 2024

对了这个问题已经更新修复了,谢谢指出!V 2.7.2

from lcactionsheet.

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.