zoukankan      html  css  js  c++  java
  • UITextView 边框的颜色,线宽,弧度,设置

    导入QuartzCote框架:

    #import <QuartzCore/QuartzCore.h>


    设置边框:

    textView.layer.borderColor = [UIColorgrayColor].CGColor;

    textView.layer.borderWidth =1.0;

    textView.layer.cornerRadius =5.0

  • 相关阅读:
    例5-6
    例5-5
    例5-4
    例4-5
    例4-4
    例4-3
    例4-2
    例3-11
    例3-10
    例3-9
  • 原文地址:https://www.cnblogs.com/monnRedShine/p/3154185.html
Copyright © 2011-2022 走看看