search

Home  >  Q&A  >  body text

ios去掉下边框

如图所示,怎么保持顶部边框两个圆角,而去掉下边框呢?

阿神阿神2772 days ago633

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 16:21:08

    Override the draw method of view:

    [[UIBezierPath bezierPathWithRoundedRect:bounds
                           byRoundingCorners:UIRectCornerTopLeft | UIRectCornerTopRight
                                 cornerRadii:6] addClip];
    [[UIColor whiteColor] setFill];
    

    reply
    0
  • PHPz

    PHPz2017-04-17 16:21:08

    Can I post a background picture

    reply
    0
  • Cancelreply