settag专题

iOS 局部变量 setTag后可在别的地方调用 viewWithTag

//比如在某个方法里设置后UITextField* testFild=[[UITextField alloc] initWithFrame:CGRectMake(0, 48, 200, 200)];testFild.text = @"qingjoin";testFild.tag = bbbb;[self.view addSubview:testFild];//在另一个方法里面也可以得到这个值

java.lang.IllegalArgumentException: You must not call setTag() on a view Glide is targeting

Glide使用问题 Glide setTag崩溃问题 java.lang.IllegalArgumentException: You must not call setTag() on a view Glide is targeting - 原因: and an Adapter which is using the usual ViewHolder pattern, i.e. in

Android setTag 使用

setTag 可给控件附加存储任意类型 值 1. setTag(Object object) 当只需要存储一个的时候使用。 view.setTag(Object tag) view.getTag(); 2.setTag (int key, Object tag) 当需要保存多个值时使用。 注意的是 key 需要在 res/values/strings.xml 中添