Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. window.location = updateappdata://type/viewName/;
  2.  
  3. if ([[subview class] isSubclassOfClass: [UIScrollView class]])
  4. {
  5. [((UIScrollView *)subview) setDelegate: self];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement