根据 name 属性查找 UIView。
UIView
public View findViewByName(String name);
name
- (nullable UIView *)findViewWithName:(nonnull NSString *)name;
Loading...