Guest User

Untitled

a guest
Jan 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #import "CrimeAnnotationView.h"
  2.  
  3.  
  4. @implementation CrimeAnnotationView
  5.  
  6.  
  7. - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
  8.  
  9. CGRect myFrame = CGRectMake(0, 0, 320, 50);
  10. UIScrollView *myView = [[UIScrollView alloc] initWith Frame:myFrame];
Add Comment
Please, Sign In to add comment