Giter VIP home page Giter VIP logo

uibutton-ssedgeinsets's People

Contributors

sinofake avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

uibutton-ssedgeinsets's Issues

文字显示不全

        UIButton *_speedBtn = [[UIButton alloc] init];
        [_speedBtn setTitle:@"0kb/s" forState:UIControlStateNormal];
        _speedBtn.titleLabel.font = [UIFont systemFontOfSize:11.f];
        [_speedBtn setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
        [_speedBtn setImage:[UIImage imageNamed:@"live_InteractiveLayer_icon_network"] forState:UIControlStateNormal];
        [_speedBtn setImagePositionWithType:SSImagePositionTypeLeft spacing:5.0];
        [self addSubview:_speedBtn];
        
        [_speedBtn makeConstraints:^(MASConstraintMaker *make) {
            make.centerY.equalTo(self);
            make.left.equalTo(self.durationBtn.mas_right).offset(10);
        }];

这样设置标题, 文字显示不全, 可能是自动布局计算出button宽度后, SSEdgeInsets
设置图片文字间距, .并没有对应扩大原有按钮的宽度

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.