textView 圆角

#import <QuartzCore/QuartzCore.h>

[self.content.layer setBackgroundColor:[[UIColor whiteColor] CGColor]];
    [self.content.layer setBorderColor:[[UIColor grayColor] CGColor]];
    [self.content.layer setBorderWidth:1.0];
     [self.content.layer setCornerRadius:8.0];
     [self.content.layer setMasksToBounds:YES];
    self.content.clipsToBounds = YES;

 // 商品标题

    imputFeedBackTextView=[[UITextView alloc] initWithFrame:CGRectMake(20, 100, 280, 130)];

    imputFeedBackTextView.font = [UIFont systemFontOfSize:15];

    imputFeedBackTextView.backgroundColor = [UIColor whiteColor];

    [self.view addSubview:imputFeedBackTextView];

    imputFeedBackTextView.hidden=NO;

    imputFeedBackTextView.delegate = self;

    // 添加商品标题placeholder

    labelplaceHorder=[[UILabel alloc]initWithFrame:CGRectMake(25, 105,200,20)];

    labelplaceHorder.text = @"请添加商品描述";

    labelplaceHorder.font = [UIFont systemFontOfSize:15];

    labelplaceHorder.textColor=[UIColor colorWithRed:200/256.0 green:200/256.0 blue:200/256.0 alpha:1];

    //  labelGoodsDescription.enabled = NO;    // 设置为不可用

    [imputFeedBackTextView.layer setBackgroundColor:[[UIColor whiteColor] CGColor]];

    [imputFeedBackTextView.layer setBorderColor:[[UIColor colorWithRed:0.85 green:0.85 blue:0.85 alpha:1] CGColor]];

    [imputFeedBackTextView.layer setBorderWidth:1.0];

    [imputFeedBackTextView.layer setCornerRadius:6.0];

    [imputFeedBackTextView.layer setMasksToBounds:YES];

    imputFeedBackTextView.clipsToBounds = YES;

     [self.view addSubview:labelplaceHorder];

//实现UITextView的代理

-(void)textViewDidChange:(UITextView *)textView

{

    if (imputFeedBackTextView.text.length == 0) {

        labelplaceHorder.text = @"请添加商品描述";

    }else{

        labelplaceHorder.text = @"";

    }

}

textView 圆角,布布扣,bubuko.com

时间: 2024-10-12 20:09:26

textView 圆角的相关文章

IOS 键盘的显示与关闭,以及移动显示(UITextView处理完整版)

IOS 键盘的显示与关闭 在每一个IOS应用中,几乎不可避免的要进行文本输入操作,例如要求用户填写登陆注册信息,进行话题的评论回复,等等.用到的文本输入组件有UITextField,UITextView,对于这两个组件的相关属性和方法想必大家都很熟悉,但貌似对于键盘的显示或隐藏过程貌似常常不是很清楚,其实本人也是一知半解,所以趁此做简单的总结,基本上以下描述出自于官方的文档,并没有什么更改. 1.开启键盘面板 当用户触击某一个view时,系统会自动指定该view为第一响应对象(first res

Android给TextView和EditText等控件设置透明背景、圆角边框

第一种方法:在drawable文件夹下新建一个文件设置背景样式 代码: 在drawable文件夹下面新建textviewborder.xml <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#80858

Android给TextView设置透明背景、圆角边框

第一种方法:在drawable文件夹下新建一个文件设置背景样式 代码: 在drawable文件夹下面新建text_view_border.xml [java] view plaincopy <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid an

android 圆角边框、渐变背景的TextView

加一个红色的边框: textView的XML: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_

Swift开发教程--设置圆角Button和圆角边框TextView

设置圆角Button button.layer.borderColor = UIColor.whiteColor().CGColor; button.layer.borderWidth = 2; button.layer.cornerRadius = 16; 设置圆角边框TextView inputTextView.layer.borderColor = UIColor(red: 60/255, green: 40/255, blue: 129/255, alpha: 1).CGColor; i

浅谈android中仅仅使用一个TextView实现高仿京东,淘宝各种倒计时

今天给大家带来的是仅仅使用一个TextView实现一个高仿京东.淘宝.唯品会等各种电商APP的活动倒计时.最近公司一直加班也没来得及时间去整理,今天难得休息想把这个分享给大家,只求共同学习,以及自己后续的复习.为什么会想到使用一个TextView来实现呢?因为最近公司在做一些优化的工作,其中就有一个倒计时样式,原来开发的这个控件的同事使用了多个TextView拼接在一起的,实现的代码冗余比较大,故此项目经理就说:小宏这个就交给你来优化了,并且还要保证有一定的扩展性,当时就懵逼了.不知道从何处开始

UI组件:TextView及其子类

TextView(文本框) 一.TextView作用类似于JLable用于在界面上显示文本  二.TextView没有边框,如果需要边框可以导入背景框的图片,背景框可以自定义为背景颜色渐变,四个角是圆角,边框图片可以在xml文件中定义,将文件放在drawable文件夹内. EditText(编辑框) 一.EditText是TextView的子类,可以接受用户的输入,并且可以指定用户的输入类型(inputType) Button(按钮) 一.Button生成一个按钮供用户点击触发Onclick事件

Android学习笔记-TextView(文本框)(一)

参考自文章:http://www.runoob.com/w3cnote/android-tutorial-textview.html 1.基础属性详解: id:为TextView设置一个组件id,根据id,我们可以在Java代码中通过findViewById()的方法获取到该对象,然后进行相关属性的设置,又或者使用RelativeLayout时,参考组件用的也是id! layout_width:组件的宽度,一般写:**wrap_content**或者**match_parent(fill_par

android 圆角图片的实现

图片展示的时候总觉的直角的图片不好看?好办法来了!-- public class ToRoundCorner extends Activity{ public Bitmap toRoundCorner(Bitmap bitmap, int pixels) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(), Bitmap.Config.ARGB_8888); Canvas canvas = new