Guest User

Untitled

a guest
Jan 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. UIView subview = new UIView(..);
  2. subview.Tag = 100;
  3.  
  4. parentView.AddSubview(subView);
  5.  
  6. UIView subView = parentView.ViewWithTag(100);
Add Comment
Please, Sign In to add comment